From db87fc59b970aa0e3f0ec3c2ea511f1ac5c274da Mon Sep 17 00:00:00 2001 From: moon Date: Mon, 9 May 2022 10:08:11 -0700 Subject: [PATCH] Remove ExPlat API calls from the backend --- plugins/woocommerce/src/Admin/API/Notes.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/woocommerce/src/Admin/API/Notes.php b/plugins/woocommerce/src/Admin/API/Notes.php index 70bb5400aa4..9f79aca9ef0 100644 --- a/plugins/woocommerce/src/Admin/API/Notes.php +++ b/plugins/woocommerce/src/Admin/API/Notes.php @@ -267,12 +267,6 @@ class Notes extends \WC_REST_CRUD_Controller { $args['orderby'] = 'date_created'; } - // Hide selected notes for users not in experiment. - $is_tasklist_experiment_assigned_treatment = $this->is_tasklist_experiment_assigned_treatment(); - if ( false === $is_tasklist_experiment_assigned_treatment ) { - $args['excluded_name'] = array( 'wc-admin-complete-store-details', 'wc-admin-update-store-details' ); - } - /** * Filter the query arguments for a request. *