WP_Customize_Manager::customize_preview_override_404_status PHP Method

customize_preview_override_404_status() public method

Prevent sending a 404 status when returning the response for the customize preview, since it causes the jQuery Ajax to fail. Send 200 instead.
Deprecation: 4.7.0
Since: 4.0.0
    public function customize_preview_override_404_status()
    {
        _deprecated_function(__METHOD__, '4.7.0');
    }
WP_Customize_Manager