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



twentytwelve_attachment_size › WordPress Filter Hooks

SeitTwenty Twelve 1.0
Veraltetn/v
apply_filters( 'twentytwelve_attachment_size', array( 960, 960 )
Parameter:
  • (array) $size { @type int The attachment height in pixels. @type int The attachment width in pixels. }
    Erforderlich: Ja
Definiert in:
Codex:

Filters the image attachment size to use.





Quellcode

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