101); echo json_encode($response); die(); } if (empty($language)) { $response = array('responseCode' => 102); echo json_encode($response); die(); } if (empty($regional_area)) { $response = array('responseCode' => 103); echo json_encode($response); die(); } update_option('_wgm_customer_consent', $customer_consent, 'yes'); update_option('wpgmap_api_key', $api_key, 'yes'); update_option('srm_gmap_lng', $language, 'yes'); update_option('srm_gmap_region', $regional_area, 'yes'); $response = array('responseCode' => 200); echo json_encode($response); die(); } }