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
相关勾子
twentyeleven_layout_classestwentyeleven_creditstwentyeleven_attachment_sizetwentyeleven_color_schemestwentytwelve_credits
相关方法
screen_layoutwp_get_layout_styleendelementwp_register_layout_supportget_editable_authorsstartelement
引入
Twenty Eleven 1.0
弃用
-

twentyeleven_layouts – 这个函数用来定义Twenty Eleven主题中的可用布局选项。它设置了不同的布局选项,用户可以在主题定制菜单中进行选择。

过滤Twenty Eleven布局选项。

return apply_filters( 'twentyeleven_layouts', $layout_options );

常见问题

FAQs
查看更多 >