wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



twentyfourteen_attachment_size › WordPress Filter Hooks

DaTwenty Fourteen 1.0
Deprecaton/a
apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 )
Parametri:
  • (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. }
    Richiesto:
Definito a:
Codex:

Filters the default Twenty Fourteen attachment size.





Sorgenti

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