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



embed_oembed_html › WordPress Filter Hooks

Seit2.9.0
Veraltetn/v
apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_id )
Parameter: (4)
  • (string|false) $cache The cached HTML result, stored in post meta.
    Erforderlich: Ja
  • (string) $url The attempted embed URL.
    Erforderlich: Ja
  • (array) $attr An array of shortcode attributes.
    Erforderlich: Ja
  • (int) $post_id Post ID.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the cached oEmbed HTML.





Quellcode

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