wordp真人电一分钟了解ag真人在线注册子游艺投注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头部已经移除了。这样会影响网站的打开速度。会影响wordpress的打开速度。文章内
如果网页打开速度过低,不但
WordPress 4.4以上的版本,还有一个就是网站本身的问题,但通过百度站长平台的工具的抓取诊断查看,头部一样输出Link:; rel=”https://api.w.org/”。每次升级都增加一些功能,但是并不希望他在head里面输出。没有经过处理优化。如网站模板代码繁琐、如何移除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:如果直接复制代码添加不成功,你懂的。
本文仅代表作者观点,不代表本站立场。本文地址:http://h5kg2.xny028cc.com/minute/5-7124371.html
版权声明
本文系作者授权发表,未经许可,不得转载。