twentysixteen_color_schemes

过滤钩子
参数
  • (array) $schemes { Associative array of color schemes data. @type array $slug { Associative array of information for setting up the color scheme. @type string $label Color scheme label. @type array $colors HEX codes for default colors prepended with a hash symbol ('#'). Colors are defined in the following order: Main background, page background, link, main text, secondary text. } }
    Required:
    Default:
定义位置
  • wp-content/themes/twentysixteen/inc/customizer.php , line 313
相关勾子
twentyfifteen_color_schemestwentyeleven_color_schemestwentysixteen_creditstwentyeleven_enqueue_color_schemetwentysixteen_custom_header_sizes
相关方法
register_admin_color_schemeswp_ajax_save_user_color_schemewp_color_scheme_settingsadmin_color_scheme_pickerset_url_schemeregister_column_headers
引入
Twenty Sixteen 1.0
弃用
-

twentysixteen_color_schemes – 该函数用于指定Twenty Sixteen主题中的可用配色方案: 该函数返回一个颜色方案选项数组,每个选项代表一个不同的颜色方案,用户可以从中选择。

过滤在Twenty Sixteen中注册使用的色彩方案。

默认方案包括’默认’、’深色’、’灰色’、’红色’和’黄色’。

return apply_filters(

常见问题

FAQs
查看更多 >