preview_theme_ob_filter_callback

函数


preview_theme_ob_filter_callback ( $matches )
Access
Private
参数
  • (array)
    $matches
    Required:
返回值
  • (string)
定义位置
  • wp-includes/deprecated.php
    , line 3549
引入
2.6.0
弃用
4.3.0

Manipulates preview theme links in order to control and maintain location.

Callback function for preg_replace_callback() to accept and filter matches.

function preview_theme_ob_filter_callback( $matches ) {
	_deprecated_function( __FUNCTION__, '4.3.0' );
	return '';
}