wpseek.com
A WordPress-centric search engine for devs and theme authors



twentysixteen_custom_header_sizes › WordPress Filter Hooks

SinceTwenty Sixteen 1.0
Deprecatedn/a
apply_filters( 'twentysixteen_custom_header_sizes', '(max-width: 709px)
Parameters:
  • (string) $custom_header_sizes sizes attribute for Custom Header. Default '(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px'.
    Required: Yes
Defined at:
Codex:

Filters the default twentysixteen custom header sizes attribute.





Source

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