_preview_theme_stylesheet_filter

函数


_preview_theme_stylesheet_filter ( No parameters )
Access
Private
返回值
  • (string)
定义位置
  • wp-includes/deprecated.php
    , line 3517
引入
2.9.0
弃用
4.3.0

Private function to modify the current stylesheet when previewing a theme

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