preview_theme()

In this article

This function has been deprecated since 4.3.0.

Start preview theme output buffer.

Description

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' );
}

Changelog

VersionDescription
4.3.0Deprecated.
2.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.