apply_shortcodes()函数是Wordpress函数,搜索内容以查找短代码,并通过其钩子筛选短代码。
另见函数 do_shortcode()
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$content | (string) | 必需 | 搜索快捷方式的内容。 |
$ignore_html | (bool) | 可选 | 如果为true,将跳过HTML元素中的快捷方式。 |
返回(Return)
(string)过滤掉了快捷方式的内容。
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
5.4.0 | wp-includes/shortcodes.php:176 | 0 | 1 function |