Removes the signature in case we experience a case where the Customizer was not properly executed.
Parameters
$callback
callable|nulloptional- Value passed through for 'wp_die_handler' filter.
Default:
null
Source
public function remove_preview_signature( $callback = null ) {
_deprecated_function( __METHOD__, '4.7.0' );
return $callback;
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.