wp_image_src_get_dimensions

wp_image_src_get_dimensions

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_image_src_get_dimensions') is found 1 times:

  • /wp-includes/media.php line 1732
    1728
    1729
    1730
    1731
    1732
    1733
    1734
    1735
    1736
    1737
    1738
         * @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