wpseek.com
A WordPress-centric search engine for devs and theme authors



oembed_endpoint_url › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'oembed_endpoint_url', $url, $permalink, $format )
Parameters: (3)
  • () url The URL to the oEmbed endpoint.
    Required: Yes
  • () permalink The permalink used for the `url` query arg.
    Required: Yes
  • () format The requested response format.
    Required: Yes
Defined at:
Codex:

Filters the oEmbed endpoint URL.





Source

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