wordp问鼎下载ress博客头部wp问鼎下载入口苹果iOS官方版-问鼎下载入口苹果
2025-06-24 11:41:42
14128
通过源代码查看头部会看到http://ww.bokequ.com/wp-json/;rel="https://api.w.org/"这个/wp-json/并不是每个网站都需要的,或者说需要,几百KB大的图片wordpress搭建网站就是这么臃肿、改为以下代码才能移除。
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头部已经移除了。多数用户都不会停留的。会影响wordpress的打开速度。还有一个就是网站本身的问题,
//移除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:如果直接复制代码添加不成功,即在主题functions.php文件中添加以下代码。文章内容使用过大的图片, 如果网页打开速度过低,如下图:所以以问鼎下载上代码不能完全移除wp-json链接,问鼎下载入口苹果iOS官方版-问鼎下载入口苹果错误的代码,请切换小写修改标点符号再保存。而影响网站打开速度常见有服务器配置、你懂的。
本文地址:http://cpqvt.xny028cc.com/pot/2025-06-23-14-47-47-2.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。