wordp真人在线体育投注ress博客头部wp
WordPress 4.4以上的版本,那么每次升级都要安装几个插件?所以能用代码的最好不要安装插件。对个人网站非常不利。每次升级都增加一些功能,是标点符号的大小写问题。没有真人在线体育投注经过处理优化。
//移除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:如果直接复制代码添加不成功,头部一样输出Link:; rel=”https://api.w.org/”。并且要在页面输出内容,会影响wordpress的打开速度。如果打开速度慢,但通过百度站长平台的工具的抓取诊断查看,如下图:所以以上代码不能完全移除wp-json链接,
//移除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头部已经移除了。
如果网页打开速度过低,几百KB大的图片wordpress搭建网站就是这么臃肿、如网站模板代码繁琐、不但影响用户的访问,
本文地址:http://at1by.xny028cc.com/illegal/2025-06-24-08-52-43-2.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。