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



twentytwelve_attachment_size › Hooks de Filtros WordPress

DesdeTwenty Twelve 1.0
Obsoleton/a
apply_filters( 'twentytwelve_attachment_size', array( 960, 960 )
Parâmetros:
  • (array) $size { @type int The attachment height in pixels. @type int The attachment width in pixels. }
    Required: Yes
Definido em:
Codex:

Filters the image attachment size to use.





Fonte

$attachment_size = apply_filters( 'twentytwelve_attachment_size', array( 960, 960 ) );