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' );