wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



embed_html › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'embed_html', $output, $post, $width, $height )
Parameter: (4)
  • (string) $output The default iframe tag to display embedded content.
    Erforderlich: Ja
  • (WP_Post) $post Current post object.
    Erforderlich: Ja
  • (int) $width Width of the response.
    Erforderlich: Ja
  • (int) $height Height of the response.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the embed HTML output for a given post.





Quellcode

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