preview_theme_ob_filter_callback()
preview_theme_ob_filter_callback( array $matches )
操纵预览主题链接以控制和维护位置。
Manipulates preview theme links in order to control and maintain location.
说明(Description)
用于preg_replace_Callback()接受和筛选匹配项的回调函数。
参数(Parameters)
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
$matches | (array) | 必需 |
返回(Return)
(string)
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.3.0 | wp-includes/deprecated.php:3534 | 0 | 1 function |
preview_theme_ob_filter_callback() 为WP2原创文章,链接:https://www.wp2.cn/functions/preview_theme_ob_filter_callback/