wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



twentysixteen_custom_header_sizes › WordPress Filter Hooks

SeitTwenty Sixteen 1.0
Veraltetn/v
apply_filters( 'twentysixteen_custom_header_sizes', '(max-width: 709px)
Parameter:
  • (string) $custom_header_sizes sizes attribute for Custom Header. Default '(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the default twentysixteen custom header sizes attribute.





Quellcode

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