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



_preview_theme_stylesheet_filter › WordPress Function

Da2.9.0
Deprecato4.3.0
_preview_theme_stylesheet_filter ( Nessun parametro )
Accedi:
  • private
Ritorna:
  • (string)
Definito a:
Codex:

Private function to modify the current stylesheet when previewing a theme



Sorgenti

function _preview_theme_stylesheet_filter() {
	_deprecated_function( __FUNCTION__, '4.3.0' );
	return '';
}