文件操作 - header-footer-elementor.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/header-footer-elementor/header-footer-elementor.php
编辑文件内容
<?php /** * Plugin Name: Elementor - Header, Footer & Blocks * Plugin URI: https://github.com/Nikschavan/header-footer-elementor * Description: This powerful plugin allows creating a custom header, footer with Elementor and display them on selected locations. You can also create custom Elementor blocks and place them anywhere on the website with a shortcode. * Author: Brainstorm Force, Nikhil Chavan * Author URI: https://www.brainstormforce.com/ * Text Domain: header-footer-elementor * Domain Path: /languages * Version: 1.5.1 * * @package header-footer-elementor */ define( 'HFE_VER', '1.5.1' ); define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); define( 'HFE_URL', plugins_url( '/', __FILE__ ) ); define( 'HFE_PATH', plugin_basename( __FILE__ ) ); /** * Load the class loader. */ require_once HFE_DIR . '/inc/class-header-footer-elementor.php'; /** * Load the Plugin Class. */ function hfe_init() { Header_Footer_Elementor::instance(); } add_action( 'plugins_loaded', 'hfe_init' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件