Description
Filters the oEmbed endpoint URL.
Occurrences
Filename | Line Number |
---|---|
wp-includes/embed.php | 465 |
Parameters
Type | Name | Description |
---|---|---|
string | $url | The URL to the oEmbed endpoint. |
string | $permalink | The permalink used for the `url` query arg. |
string | $format | The requested response format. |
PHP Doc
/**
* Filters the oEmbed endpoint URL.
*
* @since 4.4.0
*
* @param string $url The URL to the oEmbed endpoint.
* @param string $permalink The permalink used for the `url` query arg.
* @param string $format The requested response format.
*/