Warning: This function has been deprecated.

preview_theme()

Start preview theme output buffer.


Description Description

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


Source Source

File: wp-includes/deprecated.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.3.0 This function has been deprecated.
2.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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