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)
  • (string) $url The URL to the oEmbed endpoint.
    Required: Yes
  • (string) $permalink The permalink used for the `url` query arg.
    Required: Yes
  • (string) $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 );