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



embed_handler_html › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'embed_handler_html', $return, $url, $attr )
Parameter: (3)
  • (string|false) $return The HTML result of the shortcode, or false on failure.
    Erforderlich: Ja
  • (string) $url The embed URL.
    Erforderlich: Ja
  • (array) $attr An array of shortcode attributes.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the returned embed HTML.





Quellcode

return apply_filters( 'embed_handler_html', $return, $url, $attr );