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



_preview_theme_stylesheet_filter › WordPress Function

Since2.9.0
Deprecated4.3.0
_preview_theme_stylesheet_filter ( No parameters )
Access:
  • private
Returns:
  • (string)
Defined at:
Codex:

Private function to modify the current stylesheet when previewing a theme



Source

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