GC_Customize_Manager::remove_preview_signature()

最后更新于:2021-11-27 01:45:39

GC_Customize_Manager::remove_preview_signature( mixed$return=null)

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

参数

$return

(mixed) (Optional) Value passed through for ‘gc_die_handler’ filter.

Default value: null

响应

(mixed) Value passed through for ‘gc_die_handler’ filter.

源文件

文件: gc-includes/class-gc-customize-manager.php

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

		return $return;
	}