post_embed_url钩子是Wordpress钩子,过滤器::过滤URL以嵌入特定的帖子。
apply_filters( ‘post_embed_url’, string $embed_url, WP_Post $post )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$embed_url | (string) | 嵌入后的URL。 |
$post | (WP_Post) | 相应的post对象。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-includes/embed.php:391 | 1 | 0 |