SOHO建站

wordpress移除wp_head不常用代码

把不常用的代码移除,让wordpress快起来,想要非一样的感觉,可以试试。

remove_action("wp_head", "wp_generator");
foreach (["rss2_head", "commentsrss2_head", "rss_head", "rdf_header", "atom_head", "comments_atom_head", "opml_head", "app_head"] as $action) {
    remove_action($action, "the_generator");  //删除 head 中的 WP 版本号
}
remove_action("wp_head", "rsd_link");                        //删除 head 中的 RSD LINK
remove_action("wp_head", "wlwmanifest_link");                //删除 head 中的 Windows Live Writer 的适配器?
 
remove_action("wp_head", "feed_links_extra", 3);            //删除 head 中的 Feed 相关的link
 
remove_action("wp_head", "index_rel_link");                //删除 head 中首页,上级,开始,相连的日志链接
remove_action("wp_head", "parent_post_rel_link", 10);
remove_action("wp_head", "start_post_rel_link", 10);
remove_action("wp_head", "adjacent_posts_rel_link_wp_head", 10);
 
remove_action("wp_head", "wp_shortlink_wp_head", 10, 0);    //删除 head 中的 shortlink
remove_action("wp_head", "rest_output_link_wp_head", 10);    // 删除头部输出 WP RSET API 地址
 
remove_action("template_redirect", "wp_shortlink_header", 11);        //禁止短链接 Header 标签。
remove_action("template_redirect", "rest_output_link_header", 11);    // 禁止输出 Header Link 标签。
Published
Categorized as 建站知识 Tagged ,

By SOHO

wowsoho.com是一个wordpress建站公司

建直接卖货的B2C商城独立站,你的流量从哪里来?

先建产品展示的B2B独立站以抓住流量,再逐步转型为B2C商城独立站。

Elementor优点很明显 缺点很致命

Elementor是一个非常强大的可视化网站建设工具,它可以让用户通过拖拽和编辑来快速构建网站。虽然Elementor具有许多优点,但是它也存在一些缺点。下面我将从多个角度来探讨Elementor的优缺点。

WordPress外贸网站建设的核心元素与实际案例

  在竞争激烈的外贸市场中,成功建设一个专业且高效的WordPress外贸网站需要精心策划和正确实施。本文将深… Continue reading WordPress外贸网站建设的核心元素与实际案例

WoWSOHO专业wordpress外贸建站平台

wowsoho.com的WordPress 外贸建站平台凭借其强大的功能、多语言支持和丰富的资源,成为外贸企业和个人建站的首选平台。

wordpress两个网站用同一个数据库

wordpress两个网站用同一个数据库,同一个wordpress网站给绑定两个域名就可以。

WordPress外贸建站服务的实际案例分析

  在竞争激烈的外贸市场,提升用户体验是吸引和保留客户的关键。WordPress外贸建站服务通过结合设计、功能… Continue reading WordPress外贸建站服务的实际案例分析