twentyseventeen_content_width

过滤钩子
apply_filters( 'twentyseventeen_content_width', $content_width )
参数
  • (int) $content_width Content width in pixels.
    Required:
定义位置
  • wp-content/themes/twentyseventeen/functions.php , line 282
相关勾子
twentysixteen_content_widthtwentynineteen_content_widthtwenty_twenty_one_content_widthtwentyseventeen_starter_contenttwentyseventeen_front_page_sections
相关方法
get_the_content_feedget_the_contentthe_content_feedfeed_content_typeget_media_embedded_in_contentget_theme_starter_content
引入
Twenty Seventeen 1.0
弃用
-

twentyseventeen_content_width: 这是一个过滤钩子,允许开发者改变二十七主题中内容区的最大宽度。

过滤Twenty Seventeen主题的内容宽度。

$GLOBALS['content_width'] = apply_filters( 'twentyseventeen_content_width', $content_width );

常见问题

FAQs
查看更多 >