wp_lazy_loading_enabled

wp_lazy_loading_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('wp_lazy_loading_enabled') is found 1 times:

  • /wp-includes/media.php line 1796
    	 * @param string $tag_name The tag name.
    	 * @param string $context  Additional context, like the current filter name
    	 *                         or the function name from where this was called.
    	 */
    	return (bool) apply_filters( 'wp_lazy_loading_enabled', $default, $tag_name, $context );
    }
    
    /**
     * Filters specific tags in post content and modifies their markup.
     *
     * Modifies HTML tags in post content to include new browser and HTML technologies