WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about load_default_embeds

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/embed.php apply_filters 201 /**
* Filters whether to load the default embed handlers.
*
* Returning a falsey value will prevent loading the default embed handlers.
*
* @since 2.9.0
*
* @param bool $maybe_load_embeds Whether to load the embeds library. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $maybe_load_embeds Whether to load the embeds library. Default true.