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



preview_theme › WordPress Function

Since2.6.0
Deprecated4.3.0
preview_theme ( No parameters )
Defined at:
Codex:

Start preview theme output buffer.

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


Source

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