wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



embed_html › WordPress Filter Hooks

Da4.4.0
Deprecaton/a
apply_filters( 'embed_html', $output, $post, $width, $height )
Parametri: (4)
  • (string) $output The default iframe tag to display embedded content.
    Richiesto:
  • (WP_Post) $post Current post object.
    Richiesto:
  • (int) $width Width of the response.
    Richiesto:
  • (int) $height Height of the response.
    Richiesto:
Definito a:
Codex:

Filters the embed HTML output for a given post.





Sorgenti

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