wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



twentyfourteen_attachment_size › Hooks de Filtros WordPress

DesdeTwenty Fourteen 1.0
Obsoleton/a
apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 )
Parâmetros:
  • (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
Definido em:
Codex:

Filters the default Twenty Fourteen attachment size.





Fonte

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