WP_Customize_Manager::customize_preview_base()

In this article

This method has been deprecated since 4.7.0.

Prints base element for preview frame.

Source

public function customize_preview_base() {
	_deprecated_function( __METHOD__, '4.7.0' );
}

Changelog

VersionDescription
4.7.0Deprecated.
3.4.0Introduced.

User Contributed Notes

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