From d4354a1134850435aea931121a16fe828e5dc800 Mon Sep 17 00:00:00 2001 From: Chris Lilitsas <1105590+xristos3490@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:01:08 +0300 Subject: [PATCH] Add comment --- includes/class-wc-calypso-bridge-ecommerce-admin-menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-wc-calypso-bridge-ecommerce-admin-menu.php b/includes/class-wc-calypso-bridge-ecommerce-admin-menu.php index b47ccee0..82ace16b 100644 --- a/includes/class-wc-calypso-bridge-ecommerce-admin-menu.php +++ b/includes/class-wc-calypso-bridge-ecommerce-admin-menu.php @@ -75,7 +75,7 @@ protected function handle_free_trial_menu() { add_action( 'admin_menu', function() { - // Hide Extensions > Manage. + // Hide Extensions > Manage and the new Extensions page. $this->hide_submenu_page( 'woocommerce', 'admin.php?page=wc-addons§ion=helper' ); $this->hide_submenu_page( 'woocommerce', 'wc-admin&path=/extensions' );