wpseek.com
WordPress开发者和主题制作者的搜索引擎



oembed_endpoint_url › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'oembed_endpoint_url', $url, $permalink, $format )
参数: (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
定义在:
文档:

Filters the oEmbed endpoint URL.





源码

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