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



twentytwelve_attachment_size › WordPress Filter Hooks

DaTwenty Twelve 1.0
Deprecaton/a
apply_filters( 'twentytwelve_attachment_size', array( 960, 960 )
Parametri:
  • (array) $size { @type int The attachment height in pixels. @type int The attachment width in pixels. }
    Richiesto:
Definito a:
Codex:

Filters the image attachment size to use.





Sorgenti

$attachment_size = apply_filters( 'twentytwelve_attachment_size', array( 960, 960 ) );