403Webshell
Server IP : 116.202.121.150  /  Your IP : 216.73.216.207
Web Server : Apache
System : Linux server5.febas.net 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
User : k9887-1 ( 1171)
PHP Version : 8.2.32
Disable Function : show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/k9887-1/htdocs/_fisch/wp-content/plugins/the7-cli/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/k9887-1/htdocs/_fisch/wp-content/plugins/the7-cli/the7-cli.php
<?php
/**
 * Plugin Name: The7 CLI
 * Description: This plugin contains wp-cli commands specific to The7 theme.
 * Version:     1.0.0
 * Author:      Dream-Theme
 * Author URI:  https://dream-theme.com/
 */

use The7CLI\Commands\The7\Cache;
use The7CLI\Commands\The7\DB;
use The7CLI\Commands\The7\Images;
use The7CLI\Commands\The7\Option;
use The7CLI\Commands\The7\PostMeta;
use The7CLI\Commands\The7Core\DB as CoreDB;

defined( 'ABSPATH' ) || exit;

if ( defined( 'WP_CLI' ) ) {
	require __DIR__ . '/vendor/autoload.php';

	WP_CLI::add_command( DB::COMMAND, DB::class );
	WP_CLI::add_command( Option::COMMAND, Option::class );
	WP_CLI::add_command( Cache::COMMAND, Cache::class );

	if ( defined( 'THE7_CLI_ENABLE_BETA_FEATURES' ) ) {
		WP_CLI::add_command( CoreDB::COMMAND, CoreDB::class );
		WP_CLI::add_command( PostMeta::COMMAND, PostMeta::class );
		WP_CLI::add_command( Images::COMMAND, Images::class );
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit