wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



twentysixteen_custom_header_sizes › WordPress Filter Hooks

DaTwenty Sixteen 1.0
Deprecaton/a
apply_filters( 'twentysixteen_custom_header_sizes', '(max-width: 709px)
Parametri:
  • (string) $custom_header_sizes sizes attribute for Custom Header. Default '(max-width: 709px) 85vw, (max-width: 909px) 81vw, (max-width: 1362px) 88vw, 1200px'.
    Richiesto:
Definito a:
Codex:

Filters the default twentysixteen custom header sizes attribute.





Sorgenti

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