WP_Customize_Manager::customize_preview_signature PHP Method

customize_preview_signature() public method

Prints a signature so we can ensure the Customizer was properly executed.
Deprecation: 4.7.0
Since: 3.4.0
    public function customize_preview_signature()
    {
        _deprecated_function(__METHOD__, '4.7.0');
    }
WP_Customize_Manager