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.47
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 /
core-command /
features /
[ HOME SHELL ]
Name
Size
Permission
Action
core-check-update.feature
2.23
KB
-rw-r--r--
core-download.feature
15.02
KB
-rw-r--r--
core-install.feature
9.79
KB
-rw-r--r--
core-update-db.feature
5.57
KB
-rw-r--r--
core-update.feature
10.4
KB
-rw-r--r--
core-version.feature
1020
B
-rw-r--r--
core.feature
11.59
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : core-version.feature
Feature: Find version for WordPress install Scenario: Verify core version Given a WP install And I run `wp core download --version=4.4.2 --force` When I run `wp core version` Then STDOUT should be: """ 4.4.2 """ When I run `wp core version --extra` Then STDOUT should be: """ WordPress version: 4.4.2 Database revision: 35700 TinyMCE version: 4.208 (4208-20151113) Package language: en_US """ Scenario: Installing WordPress for a non-default locale and verify core extended version information. Given an empty directory And an empty cache When I run `wp core download --version=4.4.2 --locale=de_DE` Then STDOUT should contain: """ Success: WordPress downloaded. """ When I run `wp core version --extra` Then STDOUT should be: """ WordPress version: 4.4.2 Database revision: 35700 TinyMCE version: 4.208 (4208-20151113) Package language: de_DE """
Close