Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion includes/Admin/Enhanced_Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ private function build_menu_item_array( bool $is_connected ): array {
// TODO: Remove Product sync and Product sets tab once catalog changes are complete
return array(
Settings_Screens\Shops::ID => new Settings_Screens\Shops(),
Settings_Screens\Advertise::ID => new Settings_Screens\Advertise(),
Settings_Screens\Product_Sync::ID => new Settings_Screens\Product_Sync(),
Settings_Screens\Product_Sets::ID => new Settings_Screens\Product_Sets(),
);
Expand Down