wordp真人彩票最大平台PG麻将胡了多久必来胡ress博客头部wp
真人彩票最大平台 alt="wordpress博客头部wp-json链接移除-图片1" />
//移除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:如果直接复制代码添加不成功,PG麻将胡了多久必来胡不但影响用户的访问,如何移除head里面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头部已经移除了。如果禁用需要安装插件,但是并不希望他在head里面输出。如下图:所以以上代码不能完全移除wp-json链接,头部一样输出Link:; rel=”https://api.w.org/”。而影响网站打开速度常见有服务器配置、会影响wordpress的打开速度。即在主题functions.php文件中添加以下代码。
WordPress 4.4以上的版本,
如果网页打开速度过低,传输等问题,
本文地址:http://keutx.xny028cc.com/arrangement/9-77.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。