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



twentyfourteen_attachment_size › WordPress Filter Hooks

SeitTwenty Fourteen 1.0
Veraltetn/v
apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 )
Parameter:
  • (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. }
    Erforderlich: Ja
Definiert in:
Codex:

Filters the default Twenty Fourteen attachment size.





Quellcode

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