wpseek.com
A WordPress-centric search engine for devs and theme authors



preview_theme_ob_filter_callback › WordPress Function

Since2.6.0
Deprecated4.3.0
preview_theme_ob_filter_callback ( $matches )
Access:
  • private
Parameters:
  • (array) $matches
    Required: Yes
Returns:
  • (string)
Defined at:
Codex:

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

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


Source

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