apply_filters( ‘oembed_endpoint_url’, string $url, string $permalink, string $format )

In this article

Filters the oEmbed endpoint URL.

Parameters

$urlstring
The URL to the oEmbed endpoint.
$permalinkstring
The permalink used for the url query arg.
$formatstring
The requested response format.

Source

return apply_filters( 'oembed_endpoint_url', $url, $permalink, $format );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

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