文件操作 - index.php
返回文件管理
返回主菜单
删除本文件
文件: /home/acihmzbq/public_html/wp-content/plugins/eagle-core/index.php
编辑文件内容
<?php /* Plugin Name: Eagle Core Description: Plugin that adds all features needed by our theme. Version: 1.1.7 Plugin URI: http://eagle-themes.com Author: Eagle Themes Author URI: http://eagle-themes.com Text Domain: eagle */ // translation function eagle_load_textdomain() { load_plugin_textdomain("eagle", false, dirname(plugin_basename(__FILE__)) . '/languages'); } add_action('plugins_loaded', 'eagle_load_textdomain'); // include all required plugins foreach ( glob ( plugin_dir_path( __FILE__ ) . "*/index.php" ) as $file ){ include_once $file; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件