wp_image_src_get_dimensions

wp_image_src_get_dimensions

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_image_src_get_dimensions') is found 1 times:

  • /wp-includes/media.php line 1703
    	 * @param array       $image_meta    The image meta data as returned by
    	 *                                   'wp_get_attachment_metadata()'.
    	 * @param int         $attachment_id The image attachment ID. Default 0.
    	 */
    	return apply_filters( 'wp_image_src_get_dimensions', $dimensions, $image_src, $image_meta, $attachment_id );
    }
    
    /**
     * Adds 'srcset' and 'sizes' attributes to an existing 'img' element.
     *
     * @since 4.4.0