Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/embed.php | apply_filters | 465 | /** * 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. */ |
Hook Parameters
Parameter 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. |