文件操作 - header.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/templates/emails/header.php
编辑文件内容
<?php /** * Email Header * * @package Give/Templates/Emails * @version 1.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } // This is the footer used if no others are available ?> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title><?php echo get_bloginfo( 'name' ); ?></title> </head> <body>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件