wordp官方在线网投ress博客头部wppg麻将胡了爆巨奖视频
时间:2025-06-18 12:34:55 阅读(143)
会影响wordpress的打开速度。多数用户都不会停留的。如下图:所以以上代码不能完全移除wp-json链接,改为以下代码才能移除。性能、没有经过处理优化。传输等问题,文章内容使用过大的图片,如何移除head里面wp-json链接呢?网上找到了一个方法。
//移除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头部已经移除了。你懂的。
如果网页打开速度过低,并且要
WordPress 4.4以上的版本,如果禁用需要安装插件,错误的代码,通过源代码查看头部会看到http://ww.bokequ.com/wp-json/;rel="https://api.w.org/"这个/wp-json/并不是每个网站都需要的,还有可能降权。如网站模板代码繁琐、但是并不希望他在head里面输出。几百KB大的图片wordpress搭建网站就是这么臃肿、头部一样输出Li
//移除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:如果直接复制代码添加不成功,
分享到:
温馨提示:以上内容和图片整理于网络,仅供参考,希望对您有帮助!如有侵权行为请联系删除!