preview_theme_ob_filter_callback()

最后更新于:2021-11-27 19:58:27

preview_theme_ob_filter_callback( array$matches)

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

参数

$matches

(array) (Required)

响应

(string)

源文件

文件: gc-includes/deprecated.php

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