移除WordPress head和HTTP header中的Shortlink

· WordPress · 17 views

修改主题的functions.php文件‌
在主题的functions.php文件中添加以下代码:

remove_action('wp_head','wp_shortlink_wp_head',10,0); 
remove_action('template_redirect','wp_shortlink_header',11,0);