preview_theme()
Deprecated from version 4.3.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Start preview theme output buffer.
Will only perform task if the user has permissions and template and preview query variables exist.
No Hooks.
Return
null
. Nothing.
Usage
preview_theme();
Changelog
Since 2.6.0 | Introduced. | |
Deprecated | 4.3.0 |
Code of preview_theme() preview theme WP 6.0
function preview_theme() { _deprecated_function( __FUNCTION__, '4.3.0' ); }