文件操作 - term-link.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/inc/hooks/term-link.php
编辑文件内容
<?php namespace TotalTheme\Hooks; \defined( 'ABSPATH' ) || exit; /** * Hooks into "term_link". */ final class Term_Link { /** * Static-only class. */ private function __construct() {} /** * Callback. */ public static function callback( $termlink, $term, $taxonomy ) { $redirect_id = \get_term_meta( $term->term_id, 'wpex_redirect', true ); if ( \is_numeric( $redirect_id ) && $redirect_url = \get_permalink( $redirect_id ) ) { $termlink = \esc_url( $redirect_url ); } return $termlink; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件