wpseek.com
A WordPress-centric search engine for devs and theme authors



embed_html › WordPress Filter Hooks

Since4.4.0
Deprecatedn/a
apply_filters( 'embed_html', $output, $post, $width, $height )
Parameters: (4)
  • () output The default iframe tag to display embedded content.
    Required: Yes
  • () post Current post object.
    Required: Yes
  • () width Width of the response.
    Required: Yes
  • () height Height of the response.
    Required: Yes
Defined at:
Codex:

Filters the embed HTML output for a given post.





Source

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