apply_filters( ’embed_oembed_discover’, bool $enable )

Filters whether to inspect the given URL for discoverable link tags.

Description

See also

Parameters

$enablebool
Whether to enable <link> tag discovery. Default true.

Source

$attr['discover'] = apply_filters( 'embed_oembed_discover', true );

Changelog

VersionDescription
4.4.0The default value changed to true.
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.