文件操作 - term-description.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/partials/term-description.php
编辑文件内容
<?php /** * Term description * * @package Total WordPress theme * @subpackage Partials * @version 5.0 */ defined( 'ABSPATH' ) || exit; if ( ! apply_filters( 'wpex_has_term_description', true ) ) { return; } $term_description = term_description(); if ( ! empty( $term_description ) ) { printf( '<div class="term-description entry wpex-clr">%s</div>', $term_description ); // WPCS: XSS ok, sanitization ok. }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件