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



embed_oembed_html › Filtr WordPress Hooks

Od2.9.0
Przestarzałyn/a
apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_id )
Parametry: (4)
  • (string|false) $cache The cached HTML result, stored in post meta.
    Wymagane: Tak
  • (string) $url The attempted embed URL.
    Wymagane: Tak
  • (array) $attr An array of shortcode attributes.
    Wymagane: Tak
  • (int) $post_id Post ID.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the cached oEmbed HTML.





Źródło

return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_id );