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)
  • (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
Defined at:
Codex:

Filters the embed HTML output for a given post.





Source

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