wpseek.com
A WordPress-centric search engine for devs and theme authors



twentythirteen_attachment_size › WordPress Filter Hooks

SinceTwenty thirteen 1.0
Deprecatedn/a
apply_filters( 'twentythirteen_attachment_size', array( 724, 724 )
Parameters:
  • (array) $size { @type int The attachment height in pixels. @type int The attachment width in pixels. }
    Required: Yes
Defined at:
Codex:

Filters the image attachment size to use.





Source

$attachment_size     = apply_filters( 'twentythirteen_attachment_size', array( 724, 724 ) );