wpseek.com
WordPress开发者和主题制作者的搜索引擎



preview_theme_ob_filter_callback › WordPress Function

Since2.6.0
已弃用4.3.0
preview_theme_ob_filter_callback ( $matches )
访问:
  • private
参数:
  • (array) $matches
    Required: Yes
返回:
  • (string)
定义在:
文档:

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 '';
}