Warning: This method has been deprecated.

WP_Customize_Manager::customize_preview_signature() WordPress Method

The `WP_Customize_Manager::customize_preview_signature()` method is used to display a signature on the Customizer preview pane. This signature is used to help identify the preview pane as belonging to the Customizer, and to help identify the site that is being customized.

WP_Customize_Manager::customize_preview_signature() #

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


Source

File: wp-includes/class-wp-customize-manager.php

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


Top ↑

Changelog

Changelog
VersionDescription
4.7.0This method has been deprecated.
3.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More