twentyfifteen_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, sidebar background, box background, main text and link, sidebar text and link, meta box background. } }
    Required:
    Default:
定义位置
  • wp-content/themes/twentyfifteen/inc/customizer.php , line 180
相关勾子
twentysixteen_color_schemestwentyeleven_color_schemestwentyfifteen_creditstwentyeleven_enqueue_color_schemetwentyfifteen_custom_header_args
相关方法
register_admin_color_schemeswp_color_scheme_settingsadmin_color_scheme_pickerwp_ajax_save_user_color_schemeset_url_schemesanitize_hex_color_no_hash
引入
Twenty Fifteen 1.0
弃用
-

twentyfifteen_color_schemes – 这个函数用来定义Twenty Fifteen主题中可用的颜色方案。它设置了不同的颜色选项,用户可以在主题定制菜单中进行选择。

过滤注册用于Twenty Fifteen的颜色方案。

默认方案包括’默认’、’深色’、’黄色’、’粉色’、’紫色’和’蓝色’。

return apply_filters(

常见问题

FAQs
查看更多 >