WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about embed_oembed_discover

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-embed.php apply_filters 303 /**
* Filters whether to inspect the given URL for discoverable link tags.
*
* @since 2.9.0
* @since 4.4.0 The default value changed to true.
*
* @see WP_oEmbed::discover()
*
* @param bool $enable Whether to enable `` tag discovery. Default true.
*/

Hook Parameters

Parameter Type Name Description
bool $enable Whether to enable `` tag discovery. Default true.