embed_handler_html
最后更新于:2021-11-26 09:12:07
apply_filters( ’embed_handler_html’, string|false $return, string $url, array $attr )
Filters the returned embed HTML.
参数
- $return
-
(string|false)
The HTML result of the shortcode, or false on failure. - $url
-
(string)
The embed URL. - $attr
-
(array)
An array of shortcode attributes.
源文件
文件: gc-includes/class-gc-embed.php