Filters whether to inspect the given URL for discoverable link tags.
Description
See also
Parameters
$enable
bool- Whether to enable
<link>
tag discovery. Default true.
Source
$attr['discover'] = apply_filters( 'embed_oembed_discover', true );
CARVIEW |
Filters whether to inspect the given URL for discoverable link tags.
$enable
bool<link>
tag discovery. Default true.$attr['discover'] = apply_filters( 'embed_oembed_discover', true );
Used by | Description |
---|---|
WP_Embed::shortcode()wp-includes/class-wp-embed.php | The do_shortcode() callback function. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.