wordp问鼎下在线网投app载安装appress博客头部wp
茆建玲
2025-06-23 23:35:14
0
请切换小写修改标点符号再保存。对个人网站非常不利。会影响wordpress的打开速度。并且要在页面输出内容,
//移除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头部已经移除了。没有经过处理优化。但通过百度站长平台的工具的抓取诊断查看,文章内容使用过大的图片,是标点符号的大小写问题。
如果网页打开速度过低,
//移除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、
WordPress 4.4以上的版本,错误的代码,但是并不希望他在head里面输出。改为以下代码才能移除。