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



twentythirteen_attachment_size › WordPress Filter Hooks

SeitTwenty thirteen 1.0
Veraltetn/v
apply_filters( 'twentythirteen_attachment_size', array( 724, 724 )
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( 'twentythirteen_attachment_size', array( 724, 724 ) );