文件操作 - horizontal-progress.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/bdthemes-element-pack-lite/modules/reading-progress/skins/horizontal-progress.php
编辑文件内容
<?php namespace ElementPack\Modules\ReadingProgress\Skins; use Elementor\Controls_Manager; use Elementor\Group_Control_Border; use Elementor\Skin_Base as Elementor_Skin_Base; if (!defined('ABSPATH')) { exit; } // Exit if accessed directly class Horizontal_Progress extends Elementor_Skin_Base { public function get_id() { return 'bdt-horizontal-progress'; } public function get_title() { return __('Horizontal Progress', 'bdthemes-element-pack'); } public function render() { $settings = $this->parent->get_settings(); $position = $settings['horizontal_reading_progress_position']; ?> <div class="bdt-horizontal-progress <?php echo $position; ?>" id="bdt-progress"> </div> <?php } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件