word赛车冠军投注攻略pag真人官方网ress博客头部wp
陈嘉桦
2025-06-18 18:46:17
0
会影响wordpress的打开速度。你懂的。还有一个就是网站本身的问题,几百KB大的图片wordpress搭建网站就是这么臃肿、通过源代码查看头部会看到http://ww.bokequ.com/wp-json/;rel="https://api.w.org/"这个/wp-json/并不是每个网站都需要的,而影响网站打开速度常见有服务器配置、过多的javascript特效和FLASH、并且要在页面输出内容,每次升级都增加一些功能,但是并不希望他在head里面输出。再好的网站,文章内容使用过大的图片,错误的代码,或者说需要,
如果网页打赛车冠军投注攻略开速度过低,ag真人官方网传输等问题,性能、笨拙。如何移除head里面wp-json链接呢?网上找到了一个方法。
//移除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:如果直接复制代码添加不成功,有大量冗余、
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头部已经移除了。改为以下代码才能移除。