模板库 2023年03月31日
0 收藏 0 点赞 1,211 浏览 1436 个字
    CSF::createSection($prefix, array(
        'parent' => 'too_optimization',
        'title'  => '精简头部',
        'fields' => array(
            array(
                'id'       => 'toolbar',
                'type'     => 'switcher',
                'title'    => '移除顶部工具条',
                'default'  => true,
                'subtitle' => '这个大家应该都懂',
            ),
            array(
                'id'       => 'rest_api',
                'type'     => 'switcher',
                'title'    => '禁用REST API',
                'default'  => false,
                'subtitle' => '不准备打通WordPress小程序的用户建议关闭',
            ),
            array(
                'id'       => 'wpjson',
                'type'     => 'switcher',
                'title'    => '移除wp-json链接代码',
                'default'  => true,
                'subtitle' => '移除头部区域wp-json链接代码,精简头部区域代码',
            ),
            array(
                'id'       => 'emoji_script',
                'type'     => 'switcher',
                'title'    => '移除头部多余Emoji JavaScript代码',
                'default'  => true,
                'subtitle' => '移除头部多余Emoji JavaScript代码,精简头部区域代码',
            ),
            array(
                'id'       => 'wp_generator',
                'type'     => 'switcher',
                'title'    => '移除头部WordPress版本',
                'default'  => true,
                'subtitle' => '移除头部WordPress版本,精简头部区域代码',
            ),
            array(
                'id'       => 'wp_headcssjs',
                'type'     => 'switcher',
                'title'    => '移除头部JS和CSS链接中的Wordpress版本号',
                'default'  => true,
                'subtitle' => '移除头部JS和CSS链接中的Wordpress版本号,精简头部区域代码',
            ),
            array(
                'id'       => 'rsd_link',
                'type'     => 'switcher',
                'title'    => '移除离线编辑器开放接口',
                'default'  => true,
                'subtitle' => '移除WordPress自动添加两行离线编辑器的开放接口,精简头部区域代码',
            ),
            array(
                'id'       => 'index_rel_link',
                'type'     => 'switcher',
                'title'    => '清除前后文、第一篇文章、主页meta信息',
                'default'  => true,
                'subtitle' => 'WordPress把前后文、第一篇文章和主页链接全放在meta中。我认为于SEO帮助不大,反使得头部信息巨大,建议移出。',
            ),
            array(
                'id'       => 'feed',
                'type'     => 'switcher',
                'title'    => '移除文章、分类和评论feed',
                'default'  => true,
                'subtitle' => '移除文章、分类和评论feed,精简头部区域代码。',
            ),
            array(
                'id'       => 'dns_prefetch',
                'type'     => 'switcher',
                'title'    => '移除头部加载DNS预获取',
                'default'  => true,
                'subtitle' => '移出head区域dns-prefetch代码,精简头部区域代码。',
            ),

        )
    ));

 

微信扫一扫

支付宝扫一扫

版权: 转载请注明出处:https://www.mizhanw.com/mubanku/1970.html

相关推荐
WordPress 网站优化神器 Perfmatters 使用指南
Perfmatters 是一款非常小巧但功能强大的 WordPress 网站优化插件。笔者认为它应该成为 WordPress 网站必装插件之…
日期:2023-11-22 点赞:0 阅读:701
使用Codestar Framework框架创建的图片相册调用及设置相关记录
gallery(使用画廊属性) 后台框架代码 if (class_exists('CSF')) { $prefix_post_opts = …
日期:2023-05-22 点赞:0 阅读:1,431
外贸商城衣服鞋子响应式wp跨境电商wordpress网站主题模板源码
演示站:https://demos.coderplace.com/woo/WCM02/WCM02032/
日期:2023-05-16 点赞:0 阅读:1,004
WooCommerce 教程:在购物车中只允许一个产品
此代码段可用于许多应用程序。例如,您的商店只允许一次购买一个产品,或最多一个订阅。这是修复。 WooCommerce:只允许在购物车中的 1…
日期:2023-05-02 点赞:1 阅读:1,174
CSF::createSection($prefix, array( 'parent' => 'too_optimization', …
日期:2023-03-31 点赞:0 阅读:1,211
4774   // WordPress禁用自动保存 define('AUTOSAVE_INTERVAL', false); // …
日期:2023-03-31 点赞:0 阅读:972
发表评论
暂无评论

还没有评论呢,快来抢沙发~