文件操作 - functions.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/gigisantamaria--com/wp-content/themes/mate/functions.php
编辑文件内容
<?php add_theme_support( 'menus' ); //https://wordpress.stackexchange.com/questions/13798/remove-empty-paragraphs-from-the-content remove_filter('the_content', 'wpautop'); //https://www.isitwp.com/disable-automatic-formatting/ remove_filter('the_content', 'wptexturize'); remove_filter('the_excerpt', 'wptexturize'); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件