twentysixteen_attachment_size

twentysixteen_attachment_size

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('twentysixteen_attachment_size') is found 1 times:

  • /wp-content/themes/twentysixteen/image.php line 45
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
         * @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' ); ?>