wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



preview_theme_ob_filter_callback › WordPress Function

Da2.6.0
Deprecato4.3.0
preview_theme_ob_filter_callback ( $matches )
Accedi:
  • private
Parametri:
  • (array) $matches
    Richiesto:
Ritorna:
  • (string)
Definito a:
Codex:

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

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


Sorgenti

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