WP_Customize_Manager::customize_preview_signaturepublicWP 3.4.0

Deprecated since 4.7.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Prints a signature so we can ensure the Customizer was properly executed.

Method of the class: WP_Customize_Manager{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WP_Customize_Manager = new WP_Customize_Manager();
$WP_Customize_Manager->customize_preview_signature();

Changelog

Since 3.4.0 Introduced.
Deprecated since 4.7.0

WP_Customize_Manager::customize_preview_signature() code WP 7.0

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