WP_Customize_Manager::remove_preview_signature( callable|null $callback = null ): callable|null
- Since
- 3.4.0
- Source
wp-includes/class-wp-customize-manager.php:2252
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.Default:
null
Return
callable|null- Value passed through for 'wp_die_handler' filter.
Uses · 1
- _deprecated_function()Marks a function as deprecated and inform when it has been used.
Source
public function remove_preview_signature( $callback = null ) { _deprecated_function( __METHOD__, '4.7.0' ); return $callback; }History
Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
4.7.0
Deprecated.from the docblock
3.4.0
Introduced.from the docblock
About this page
- Parsed data
- Generated from the wordpress-develop 6.7.7 tag, from
src/wp-includes/class-wp-customize-manager.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.