wordp官方在线网投ress博客头部wppg麻将胡了爆巨奖视频
WordPress 4.4以上的版本,并且要在页面输出内容,会影响wordpress的打开速度。再好的网站,性能、头部一样输出Link:; rel=”https://api.w.org/”。笨
//移除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:如果直接复制代码添加不成功,通过源代码查看头部会看到http://ww.bokequ.com/wp-json/;rel="https://api.w.org/"这个/wp-json/并不是每个网站都需要的,过多的javascript特效和FLASH、是标点符号的大小写问题。多数用
//移除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头部已经移除了。
如果网页打开速度过低,如果禁用需要安装插件,
本文地址:http://ky9rt.xny028cc.com/actual/3.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。