oembed_discovery_links filter-hook . WP 4.4.0
Filters the oEmbed discovery links HTML.
Usage
add_filter( 'oembed_discovery_links', 'filter_function_name_5407' ); function filter_function_name_5407( $output ){ // filter... return $output; }
- $output(string)
- HTML of the discovery links.
Changelog
Since 4.4.0 | Introduced. |
Where the hook is called
oembed_discovery_links
wp-includes/embed.php 353
echo apply_filters( 'oembed_discovery_links', $output );