Wordpress 钩子:strip_shortcodes_tagnames
文章目录
过滤要从内容中删除的短代码标记列表。
原型
apply_filters( 'strip_shortcodes_tagnames', array $tag_array, string $content )
参数
$tag_array
(array)
要删除的短代码标记数组。
$content
(string)
正在删除内容短代码。
源文件
路径:wp-includes/shortcodes.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/strip_shortcodes_tagnames/
文章作者 iBllex
上次更新 2019-02-16