wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



oembed_endpoint_url › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'oembed_endpoint_url', $url, $permalink, $format )
Parametri: (3)
  • (string) $url The URL to the oEmbed endpoint.
    Richiesto:
  • (string) $permalink The permalink used for the `url` query arg.
    Richiesto:
  • (string) $format The requested response format.
    Richiesto:
Definito a:
Codex:

Filters the oEmbed endpoint URL.





Sorgenti

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