oembed_linktypes
oembed_linktypes
Appears in: wordpress-4.0, wordpress-4.4, wordpress-4.8, wordpress-4.9, wordpress-4.9.4, wordpress-4.9.5, wordpress-4.9.6, wordpress-4.9.7, wordpress-4.9.8, wordpress-5.0, wordpress-5.0.1, wordpress-5.0.2, wordpress-5.0.3
Hook Type: filter
Displaying hooks found in version: wordpress-5.0.3apply_filters('oembed_linktypes') is found 1 times:
- /wp-includes/class-oembed.php line 454450451452453454455456457458459460
* @param
array
$format
Array of oEmbed link types. Accepts
'application/json+oembed'
,
*
'text/xml+oembed'
,
and
'application/xml+oembed'
(incorrect,
* used by at least Vimeo).
*/
$linktypes
= apply_filters(
'oembed_linktypes'
,
array
(
'application/json+oembed'
=>
'json'
,
'text/xml+oembed'
=>
'xml'
,
'application/xml+oembed'
=>
'xml'
,
) );
// Strip <body>