wpseo_image_sizes, [ full, large, medium_large ]

wpseo_image_sizes, [ full, large, medium_large ]

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_image_sizes, [ full, large, medium_large ]') is found 1 times:

  • /inc/class-wpseo-image-utils.php line 405
    		 * Filter: 'wpseo_image_sizes' - Determines which image sizes we'll loop through to get an appropriate image.
    		 *
    		 * @param array<string> $sizes The array of image sizes to loop through.
    		 */
    		return apply_filters( 'wpseo_image_sizes', [ 'full', 'large', 'medium_large' ] );
    	}
    
    	/**
    	 * Grabs an image alt text.
    	 *
    	 * @param int $attachment_id The attachment ID.