apply_filters( 'oembed_discovery_links', string $output )

Filters the oEmbed discovery links HTML.


Parameters

$output string
HTML of the discovery links.

Top ↑

Source

File: wp-includes/embed.php. View all references

echo apply_filters( 'oembed_discovery_links', $output );


Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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