wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



embed_html › Les Filtres WordPress

Depuis4.4.0
Dépréciéen/a
apply_filters( 'embed_html', $output, $post, $width, $height )
Paramètres: (4)
  • (string) $output The default iframe tag to display embedded content.
    Requis: Oui
  • (WP_Post) $post Current post object.
    Requis: Oui
  • (int) $width Width of the response.
    Requis: Oui
  • (int) $height Height of the response.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the embed HTML output for a given post.





Source

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