wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



embed_html › Filtr WordPress Hooks

Od4.4.0
Przestarzałyn/a
apply_filters( 'embed_html', $output, $post, $width, $height )
Parametry: (4)
  • (string) $output The default iframe tag to display embedded content.
    Wymagane: Tak
  • (WP_Post) $post Current post object.
    Wymagane: Tak
  • (int) $width Width of the response.
    Wymagane: Tak
  • (int) $height Height of the response.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the embed HTML output for a given post.





Źródło

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