On this page
apply_filters( 'oembed_discovery_links', string $output )
Filters the oEmbed discovery links HTML.
Parameters
$outputstring-
HTML of the discovery links.
Source
File: wp-includes/embed.php. View all references
echo apply_filters( 'oembed_discovery_links', $output );
Related
Used By
| Used By | Description |
|---|---|
| wp_oembed_add_discovery_links() wp-includes/embed.php | Adds oEmbed discovery links in the head element of the website. |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/oembed_discovery_links