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



preview_theme › WordPress Function

Since2.6.0
已弃用4.3.0
preview_theme ( 没有参数 )
定义在:
文档:

Start preview theme output buffer.

Will only perform task if the user has permissions and template and preview query variables exist.


源码

function preview_theme() {
	_deprecated_function( __FUNCTION__, '4.3.0' );
}