wpseek.com
WordPress开发者和主题制作者的搜索引擎



_preview_theme_stylesheet_filter › WordPress Function

Since2.9.0
已弃用4.3.0
_preview_theme_stylesheet_filter ( 没有参数 )
访问:
  • private
返回:
  • (string)
定义在:
文档:

Private function to modify the current stylesheet when previewing a theme



源码

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