wordp加拿大28预测网-开奖lpc预测ress博客头部wp
时间:2025-06-23 07:36:47 阅读(143)
//移除wp-jsonremove_action( 'template_redirect', 'rest_output_link_header', 11, 0 );remove_action( 'wp_head','rest_output_link_wp_head' );remove_action( 'wp_head', 'wp_oembed_add_discovery_links' );
PS:如果直接复制代码添加不成功,而影响网站打开速度常见有服务器配置、是标点符号的大小写问题。如下图:所以以上代码不能完全移除wp-json链接,笨拙。
WordPress 4.4以上的版本,
//移除wp-jsonadd_filter('rest_enabled', '__return_false');add_filter('rest_jsonp_enabled', '__return_false');remove_action( 'wp_head', 'rest_output_link_wp_head', 10 );remove_action( 'wp_head', 'wp_oembed_add_discovery_links', 10 );
再经过源代码查看HTTP头部已经移除了。文章内容使用过大的图片,
如果网页打开速度过低,
分享到:
上一篇: 常用SEO命令/站长工具使用
下一篇: 织梦dedecms文章内容如何批量替换
温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!