WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_lazy_loading_enabled

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/media.php apply_filters 1751 /**
* Filters whether to add the `loading` attribute to the specified tag in the specified context.
*
* @since 5.5.0
*
* @param bool $default Default value.
* @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.
*/

Hook Parameters

Parameter Type Name Description
bool $default Default value.
string $tag_name The tag name.
string $context Additional context, like the current filter name