文件操作 - wpfd-single.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/wp-file-download/app/site/themes/wpfd-single.php
编辑文件内容
<?php /** * WP File Download Single Template * * @package WP File Download * @subpackage Inject file in wordpress search result * @since 11.2017 */ get_header(); ?> <?php // Start the Loop. while (have_posts()) : the_post(); wpfdTheContent(); endwhile; ?> <?php get_footer();
修改文件时间
将文件时间修改为当前时间的前一年
删除文件