post_embed_url
apply_filters( ‘post_embed_url’, string $embed_url , WP_Post $post )
过滤器::过滤URL以嵌入特定的帖子。
Filter Hook: Filters the URL to embed a specific post.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$embed_url | (string) | 嵌入后的URL。 |
$post | (WP_Post) | 相应的post对象。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/embed.php:391 | 1 | 0 |
post_embed_url 为WP2原创文章,链接:https://www.wp2.cn/hook/post_embed_url/