wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



twentyfourteen_attachment_size › Les Filtres WordPress

DepuisTwenty Fourteen 1.0
Dépréciéen/a
apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 )
Paramètres:
  • (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. }
    Requis: Oui
Défini(e) dans:
Codex:

Filters the default Twenty Fourteen attachment size.





Source

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