文件操作 - get-comments-link.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/inc/hooks/get-comments-link.php
编辑文件内容
<?php namespace TotalTheme\Hooks; \defined( 'ABSPATH' ) || exit; /** * Hooks into "get_comments_link". */ final class Get_Comments_Link { /** * Static-only class. */ private function __construct() {} /** * Callback. */ public static function callback( $comments_link, $post_id ) { $permalink = \esc_url( \get_permalink( $post_id ) ); return "{$permalink}#view_comments"; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件