preview_theme_ob_filter()
preview_theme_ob_filter( string $content )
用于ob_start()的回调函数,以捕获主题中的所有链接。
Callback function for ob_start() to capture all links in the theme.
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$content | (string) | 必需 |
返回(Return)
(string)
源码(Source)
preview_theme_ob_filter() 函数的代码位于 wp-includes/theme.php.
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.3.0 | wp-includes/deprecated.php:3517 | 0 | 1 function |
preview_theme_ob_filter() 为WP2原创文章,链接:https://www.wp2.cn/functions/preview_theme_ob_filter/