twentysixteen_custom_header_sizes

过滤钩子
apply_filters( 'twentysixteen_custom_header_sizes', '(max-width: 709px)
参数
  • (string) $custom_header_sizes sizes attribute for Custom Header. Default '(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px'.
    Required:
定义位置
  • wp-content/themes/twentysixteen/header.php , line 96
相关勾子
twentysixteen_custom_header_argstwentyfifteen_custom_header_argstwentyseventeen_custom_header_argstwentyfourteen_custom_header_argstwentysixteen_custom_background_args
相关方法
get_custom_header_custom_logo_header_stylesget_custom_header_markuphas_custom_headerthe_custom_header_markupget_status_header_desc
引入
Twenty Sixteen 1.0
弃用
-

twentysixteen_custom_header_sizes – 该函数用于指定Twenty Sixteen主题中自定义页眉的可用尺寸: 该函数返回一个头像尺寸选项数组,每个选项代表一个不同的头像尺寸,用户可以从中选择。

过滤默认的Twenty Sixteen自定义页眉尺寸属性。

$custom_header_sizes = apply_filters( 'twentysixteen_custom_header_sizes', '(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px' );

常见问题

FAQs
查看更多 >