post_embed_url

最后更新于:2021-11-27 16:35:24

apply_filters( ‘post_embed_url’, string $embed_url, GC_Post $post )

Filters the URL to embed a specific post.

参数

$embed_url

(string)
The post embed URL.

$post

(GC_Post)
The corresponding post object.

源文件

文件: gc-includes/embed.php

View on Trac