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



twentyfourteen_attachment_size › WordPress Filter Hooks

SinceTwenty Fourteen 1.0
Deprecatedn/a
apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 )
Parameters:
  • (array) $dimensions { An array of height and width dimensions. @type int $height Height of the image in pixels. Default 810. @type int $width Width of the image in pixels. Default 810. }
    Required: Yes
Defined at:
Codex:

Filters the default Twenty Fourteen attachment size.





Source

$attachment_size     = apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 ) );