twentysixteen_attachment_size
twentysixteen_attachment_size
Appears in: wordpress-4.4, wordpress-4.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3, wordpress-5.1, wordpress-5.1.1, wordpress-5.2, wordpress-5.2.1, wordpress-5.2.2, wordpress-5.2.3, wordpress-5.3, wordpress-5.3.1, wordpress-5.3.2
Hook Type: filter
Displaying hooks found in version: wordpress-5.3.2apply_filters('twentysixteen_attachment_size') is found 1 times:
- /wp-content/themes/twentysixteen/image.php line 4541424344454647484950
* @since Twenty Sixteen 1.0
*
* @param string
$image_size
Image size. Default
'large'
.
*/
$image_size
= apply_filters(
'twentysixteen_attachment_size'
,
'large'
);
echo
wp_get_attachment_image( get_the_ID(),
$image_size
);
?>
<?php twentysixteen_excerpt(
'entry-caption'
); ?>