twentyeleven_enqueue_color_scheme

动作钩子


do_action( 'twentyeleven_enqueue_color_scheme', $color_scheme )
参数
  • (string)
    $color_scheme
    The color scheme.
    Required:
定义位置
  • wp-content/themes/twentyeleven/inc/theme-options.php , line 431
引入
Twenty Eleven 1.0
弃用

Fires after the styles for the Twenty Eleven color scheme are enqueued.

do_action( 'twentyeleven_enqueue_color_scheme', $color_scheme );