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



embed_handler_html › Filtr WordPress Hooks

Od2.9.0
Przestarzałyn/a
apply_filters( 'embed_handler_html', $return, $url, $attr )
Parametry: (3)
  • (string|false) $return The HTML result of the shortcode, or false on failure.
    Wymagane: Tak
  • (string) $url The embed URL.
    Wymagane: Tak
  • (array) $attr An array of shortcode attributes.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the returned embed HTML.





Źródło

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