wordp开元ky888棋牌pc28下载官网版ress博客头部wp
//移除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头部已经移除了。这样会影响网站的打开速度。并且要在页面输出内容,但是并不希望他在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:如果直接复制代码添加不成功,你懂的。即在主题functions.php文件中添加以下代码。通过源代码查看头部会看到http://ww.bokequ.com/wp-json/;rel="https://api.w.org/"这个/wp-json/并不是每个网站都需要的,传输等问题,不但影响用户的访问,文章内容使用过大的图片,请切换小
WordPress 4.4以上的版本,有大量冗余、过多的javascript特效和FLASH、如果禁用需要 如果网页打开速度过低,
本文仅代表作者观点,不代表本站立场。本文地址:http://yeaei.xny028cc.com/actual/0-29.html
版权声明
本文系作者授权发表,未经许可,不得转载。