oembed_request_post_id

过滤钩子
apply_filters( 'oembed_request_post_id', $post_id, $url )

oembed_request_post_id: 这是一个过滤钩,允许开发者修改oEmbed请求中使用的文章ID。文章ID用于确定oEmbed请求是哪个文章的。这个钩子可以用来为oEmbed请求设置一个自定义的文章ID。

此过滤器记录在wpincludes/class-wp-oembed-controller.php中。

$post_id = apply_filters( 'oembed_request_post_id', $post_id, $url );

常见问题

FAQs
查看更多 >