Skip to content

Commit

Permalink
refactor: #discussion_r1891884248
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrethman committed Dec 19, 2024
1 parent fefbfba commit 60a1787
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions includes/wizards/audience/class-audience-subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ public function enqueue_scripts_and_styles() {
'href' => admin_url( 'edit.php?post_type=wc_membership_plan' ),
'btn_text' => esc_html__( 'Manage Subscriptions', 'newspack-plugin' ),
],
/**
* TODO: Add revenue tab when `custom revenue report` is completed, [see related comment](https://github.com/Automattic/newspack-plugin/pull/3565#discussion_r1891884248).
*/

// phpcs:disable Squiz.PHP.CommentedOutCode.Found

/*
[
'path' => '/revenue',
'title' => esc_html__( 'Revenue', 'newspack-plugin' ),
Expand All @@ -82,6 +89,9 @@ public function enqueue_scripts_and_styles() {
'href' => admin_url( 'admin.php?page=wc-reports' ),
'btn_text' => esc_html__( 'View Subscription Revenue', 'newspack-plugin' ),
],
*/

// phpcs:enable Squiz.PHP.CommentedOutCode.Found
],
]
);
Expand Down

0 comments on commit 60a1787

Please sign in to comment.