W3cubDocs

/WordPress

WP_Customize_Manager::remove_preview_signature( mixed $return = null )

This method has been deprecated.

Removes the signature in case we experience a case where the Customizer was not properly executed.

Parameters

$return

(mixed) (Optional) Value passed through for 'wp_die_handler' filter.

Default value: null

Return

(mixed) Value passed through for 'wp_die_handler' filter.

Source

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

public function remove_preview_signature( $return = null ) {
		_deprecated_function( __METHOD__, '4.7.0' );

		return $return;
	}

Changelog

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

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_manager/remove_preview_signature