apply_filters( 'oembed_endpoint_url', string $url , string $permalink , string $format )
Filters the oEmbed endpoint URL.
Parameters
- $url
-
The URL to the oEmbed endpoint.
- $permalink
-
The permalink used for the
url
query arg. - $format
-
The requested response format.
Source
File: wp-includes/embed.php
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |