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



embed_oembed_html › WordPress Filter Hooks

Da2.9.0
Deprecaton/a
apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_id )
Parametri: (4)
  • (string|false) $cache The cached HTML result, stored in post meta.
    Richiesto:
  • (string) $url The attempted embed URL.
    Richiesto:
  • (array) $attr An array of shortcode attributes.
    Richiesto:
  • (int) $post_id Post ID.
    Richiesto:
Definito a:
Codex:

Filters the cached oEmbed HTML.





Sorgenti

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