twentyeleven_layouts

过滤钩子


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

Filters the Twenty Eleven layout options.

return apply_filters( 'twentyeleven_layouts', $layout_options );