Skip to content

Commit

Permalink
Update Menu.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 21, 2023
1 parent a05f78d commit ad314ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Admin/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct() {
add_filter( 'menu_order', array( $this, 'menu_order' ), 9, 1 );
}

add_filter( 'woocommerce_analytics_report_menu_items', array( $this, 'analytics_menu_items' ) );
// add_filter( 'woocommerce_analytics_report_menu_items', array( $this, 'analytics_menu_items' ) );
}

/**
Expand Down

0 comments on commit ad314ac

Please sign in to comment.