Warning: This method has been deprecated.

WP_Customize_Manager::customize_preview_signature()

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


Description Description


Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 This method has been deprecated.
3.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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