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 );
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 );
User Contributed Notes
You must log in before being able to contribute a note or feedback.