wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



twentytwelve_attachment_size › Les Filtres WordPress

DepuisTwenty Twelve 1.0
Dépréciéen/a
apply_filters( 'twentytwelve_attachment_size', array( 960, 960 )
Paramètres:
  • (array) $size { @type int The attachment height in pixels. @type int The attachment width in pixels. }
    Requis: Oui
Défini(e) dans:
Codex:

Filters the image attachment size to use.





Source

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