wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



embed_html › Hooks de Filtros WordPress

Desde4.4.0
Obsoleton/a
apply_filters( 'embed_html', $output, $post, $width, $height )
Parâmetros: (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
Definido em:
Codex:

Filters the embed HTML output for a given post.





Fonte

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