文件操作 - ultimate-elementor.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/steemteam/public_html/wp-content/plugins/ultimate-elementor/ultimate-elementor.php
编辑文件内容
<?php /** * Plugin Name: Ultimate Addons for Elementor Pro * Plugin URI: https://ultimateelementor.com/ * Author: Brainstorm Force * Author URI: https://www.brainstormforce.com * Version: 1.45.0 * Elementor tested up to: 4.1 * Elementor Pro tested up to: 4.1 * Description: Ultimate Addons is a premium extension for Elementor that adds 40+ widgets and works on top of any Elementor Package (Free, Pro). You can use it with any WordPress theme. * Text Domain: uael * * @package UAEL */ define( 'UAEL_FILE', __FILE__ ); require_once 'classes/class-uael-loader.php'; /** * Load Brainstorm product updater */ $bsf_core_version_file = realpath( dirname( __FILE__ ) . '/admin/bsf-core/version.yml' ); if ( is_file( $bsf_core_version_file ) ) { global $bsf_core_version, $bsf_core_path; $bsf_core_dir = realpath( dirname( __FILE__ ) . '/admin/bsf-core/' ); $version = file_get_contents( realpath( plugin_dir_path( __FILE__ ) . '/admin/bsf-core/version.yml' ) ); if ( version_compare( $version, $bsf_core_version ? $bsf_core_version : '0.0.0', '>' ) ) { $bsf_core_version = $version; $bsf_core_path = $bsf_core_dir; } } if ( ! function_exists( 'bsf_core_load' ) ) { /** * Load Brainstorm product updater */ function bsf_core_load() { global $bsf_core_version, $bsf_core_path; if ( is_file( realpath( $bsf_core_path . '/index.php' ) ) ) { include_once realpath( $bsf_core_path . '/index.php' ); } } } add_action( 'init', 'bsf_core_load', 999 );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件