文件操作 - anywhere-elementor.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpawnew/public_html/wp-content/plugins/anywhere-elementor/anywhere-elementor.php
编辑文件内容
<?php /** * Plugin Name: Dynific Addons for Elementor (formerly AnyWhere Elementor) * Description: Allows you to insert elementor pages and library templates anywhere using shortcodes. * Plugin URI: https://www.elementoraddons.com/ * Author: WPVibes * Version: 1.2.14 * Author URI: https://wpvibes.com/ * Elementor tested up to: 3.33 * Elementor Pro tested up to: 3.33 * Text Domain: wts_ae * */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly define( 'AE_VERSION', '1.2.14' ); define( 'WTS_AE__FILE__', __FILE__ ); define( 'WTS_AE_PLUGIN_BASE', plugin_basename( WTS_AE__FILE__ ) ); define( 'WTS_AE_URL', plugins_url( '/', WTS_AE__FILE__ ) ); define( 'WTS_AE_PATH', plugin_dir_path( WTS_AE__FILE__ ) ); define( 'WTS_AE_ASSETS_URL', WTS_AE_URL . 'includes/assets/' ); require_once( WTS_AE_PATH . 'includes/bootstrap.php' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件