wp_img_tag_add_loading_attr

wp_img_tag_add_loading_attr

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_img_tag_add_loading_attr') is found 1 times:

  • /wp-includes/deprecated.php line 4789
    		return $image;
    	}
    
    	/** This filter is documented in wp-admin/includes/media.php */
    	$value = apply_filters( 'wp_img_tag_add_loading_attr', $value, $image, $context );
    
    	if ( $value ) {
    		if ( ! in_array( $value, array( 'lazy', 'eager' ), true ) ) {
    			$value = 'lazy';
    		}
    
    

See this hook used in plugins: