twentyeleven_default_theme_options

过滤钩子


apply_filters( 'twentyeleven_default_theme_options', $default_theme_options )
参数
  • (array)
    $default_theme_options
    An array of default theme options.
    Required:
定义位置
  • wp-content/themes/twentyeleven/inc/theme-options.php , line 233
引入
Twenty Eleven 1.0
弃用

Filters the Twenty Eleven default options.

return apply_filters( 'twentyeleven_default_theme_options', $default_theme_options );