wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



oembed_endpoint_url › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'oembed_endpoint_url', $url, $permalink, $format )
Parameter: (3)
  • (string) $url The URL to the oEmbed endpoint.
    Erforderlich: Ja
  • (string) $permalink The permalink used for the `url` query arg.
    Erforderlich: Ja
  • (string) $format The requested response format.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the oEmbed endpoint URL.





Quellcode

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