wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



embed_handler_html › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( 'embed_handler_html', $return, $url, $attr )
Parametri: (3)
  • (string|false) $return The HTML result of the shortcode, or false on failure.
    Richiesto:
  • (string) $url The embed URL.
    Richiesto:
  • (array) $attr An array of shortcode attributes.
    Richiesto:
Definito a:
Codex:

Filters the returned embed HTML.





Sorgenti

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