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



embed_html › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'embed_html', $output, $post, $width, $height )
参数: (4)
  • (string) $output The default iframe tag to display embedded content.
    Required: Yes
  • (WP_Post) $post Current post object.
    Required: Yes
  • (int) $width Width of the response.
    Required: Yes
  • (int) $height Height of the response.
    Required: Yes
定义在:
文档:

Filters the embed HTML output for a given post.





源码

return apply_filters( 'embed_html', $output, $post, $width, $height );