wp_calculate_image_srcset_meta

wp_calculate_image_srcset_meta

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_calculate_image_srcset_meta') is found 1 times:

  • /wp-includes/media.php line 1318

    * }
    * @param string $image_src The ‘src’ of the image.
    * @param int $attachment_id The image attachment ID or 0 if not supplied.
    */
    $image_meta = apply_filters( ‘wp_calculate_image_srcset_meta’, $image_meta, $size_array, $image_src, $attachment_id );

    if ( empty( $image_meta[‘sizes’] ) || ! isset( $image_meta[‘file’] ) || strlen( $image_meta[‘file’] ) < 4 ) { return false; } $image_sizes = $image_meta['sizes']; [/php]