embed_html

最后更新于:2021-11-26 09:12:25

apply_filters( ’embed_html’, string $output, GC_Post $post, int $width, int $height )

Filters the embed HTML output for a given post.

参数

$output

(string)
The default iframe tag to display embedded content.

$post

(GC_Post)
Current post object.

$width

(int)
Width of the response.

$height

(int)
Height of the response.

源文件

文件: gc-includes/embed.php

View on Trac