wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



preview_theme_ob_filter_callback › WordPress Function

Desde2.6.0
Obsoleto4.3.0
preview_theme_ob_filter_callback ( $matches )
Acesso:
  • private
Parâmetros:
  • (array) $matches
    Required: Yes
Retorna:
  • (string)
Definido em:
Codex:

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

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


Fonte

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