Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xristos3490 committed Oct 4, 2023
1 parent 9767223 commit d4354a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-wc-calypso-bridge-ecommerce-admin-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -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&section=helper' );
$this->hide_submenu_page( 'woocommerce', 'wc-admin&path=/extensions' );

Expand Down

0 comments on commit d4354a1

Please sign in to comment.