wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



oembed_endpoint_url › Filtr WordPress Hooks

Od4.4.0
Przestarzałyn/a
apply_filters( 'oembed_endpoint_url', $url, $permalink, $format )
Parametry: (3)
  • (string) $url The URL to the oEmbed endpoint.
    Wymagane: Tak
  • (string) $permalink The permalink used for the `url` query arg.
    Wymagane: Tak
  • (string) $format The requested response format.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the oEmbed endpoint URL.





Źródło

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