embed_oembed_html

过滤钩子
apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_ID )
参数
  • (string|false) $cache The cached HTML result, stored in post meta.
    Required:
  • (string) $url The attempted embed URL.
    Required:
  • (array) $attr An array of shortcode attributes.
    Required:
  • (int) $post_ID Post ID.
    Required:
定义位置
相关勾子
embed_htmlrest_oembed_ttlembed_cache_oembed_typesembed_site_title_htmlembed_oembed_discover
相关方法
get_post_embed_html_oembed_create_xmlwp_oembed_getget_oembed_endpoint_urlmedia_upload_html_bypasswp_maybe_enqueue_oembed_host_js
引入
2.9.0
弃用
-

embed_oembed_html: 这个过滤钩子允许你修改oEmbed响应的HTML输出。

过滤缓存的oEmbed HTML。

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

常见问题

FAQs
查看更多 >