移除WordPress head和HTTP header中的wp-json

· WordPress · 19 views

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

remove_action('wp_head', 'rest_output_link_wp_head', 10 );
remove_action('template_redirect', 'rest_output_link_header', 11 );