W3cubDocs

/WordPress

WP_Customize_Manager::remove_preview_signature( callable|null $callback = null ): callable|null

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

Parameters

$callbackcallable|nulloptional
Value passed through for 'wp_die_handler' filter.

Default:null

Return

callable|null Value passed through for 'wp_die_handler' filter.

Source

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

	return $callback;
}

Changelog

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

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