Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
local /
wp /
vendor /
wp-cli /
language-command /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
WP_CLI
[ DIR ]
drwxr-xr-x
Core_Language_Command.php
11.3
KB
-rw-r--r--
Language_Namespace.php
1.69
KB
-rw-r--r--
Plugin_Language_Command.php
17.93
KB
-rw-r--r--
Site_Switch_Language_Command.p...
898
B
-rw-r--r--
Theme_Language_Command.php
17.65
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Language_Namespace.php
<?php use WP_CLI\Dispatcher\CommandNamespace; /** * Installs, activates, and manages language packs. * * ## EXAMPLES * * # Install the Dutch core language pack. * $ wp language core install nl_NL * Downloading translation from https://downloads.wordpress.org/translation/core/6.4.3/nl_NL.zip... * Unpacking the update... * Installing the latest version... * Removing the old version of the translation... * Translation updated successfully. * Language 'nl_NL' installed. * Success: Installed 1 of 1 languages. * * # Activate the Dutch core language pack. * $ wp site switch-language nl_NL * Success: Language activated. * * # Install the Dutch theme language pack for Twenty Ten. * $ wp language theme install twentyten nl_NL * Downloading translation from https://downloads.wordpress.org/translation/theme/twentyten/4.0/nl_NL.zip... * Unpacking the update... * Installing the latest version... * Removing the old version of the translation... * Translation updated successfully. * Language 'nl_NL' installed. * Success: Installed 1 of 1 languages. * * # Install the Dutch plugin language pack for Hello Dolly. * $ wp language plugin install hello-dolly nl_NL * Downloading translation from https://downloads.wordpress.org/translation/plugin/hello-dolly/1.7.2/nl_NL.zip... * Unpacking the update... * Installing the latest version... * Removing the old version of the translation... * Translation updated successfully. * Language 'nl_NL' installed. * Success: Installed 1 of 1 languages. * * @package wp-cli */ class Language_Namespace extends CommandNamespace { }
Close