wp_lazy_loading_enabled

wp_lazy_loading_enabled

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_lazy_loading_enabled') is found 1 times:

  • /wp-includes/media.php line 1836
    1832
    1833
    1834
    1835
    1836
    1837
    1838
    1839
    1840
    1841
    1842
         * @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