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' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.7.0 | This method has been deprecated. |
3.4.0 | Introduced. |