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



embed_handler_html › WordPress过滤钩子

Since2.9.0
已弃用n/a
apply_filters( 'embed_handler_html', $return, $url, $attr )
参数: (3)
  • (string|false) $return The HTML result of the shortcode, or false on failure.
    Required: Yes
  • (string) $url The embed URL.
    Required: Yes
  • (array) $attr An array of shortcode attributes.
    Required: Yes
定义在:
文档:

Filters the returned embed HTML.





源码

return apply_filters( 'embed_handler_html', $return, $url, $attr );