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代码,精简头部区域代码。',
),
)
));
还没有评论呢,快来抢沙发~