apply_filters( 'oembed_linktypes', array $format )

Filters the link types that contain oEmbed provider URLs.


Parameters

$format

(array) Array of oEmbed link types. Accepts 'application/json+oembed', 'text/xml+oembed', and 'application/xml+oembed' (incorrect, used by at least Vimeo).


Source

File: wp-includes/class-oembed.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.9.0 Introduced.