Skip to content

Commit

Permalink
feat: hide subscriptions and orders views
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Apr 10, 2024
1 parent 0071c65 commit 30efb6d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions includes/class-initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ public static function init() {
Hub\Pull_Endpoint::init();
Hub\Network_Data_Endpoint::init();
Hub\Event_Listeners::init();
Hub\Database\Subscriptions::init();
Hub\Database\Orders::init();
// phpcs:disable
// Hub\Database\Subscriptions::init();
// Hub\Database\Orders::init();
// phpcs:enable
Hub\Newspack_Ads_GAM::init();
Hub\Connect_Node::init();
}
Expand Down

0 comments on commit 30efb6d

Please sign in to comment.