Skip to content

Commit

Permalink
Show launchpad missing pages for entrepreneur trial plan
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanLucha committed May 13, 2024
1 parent 0c259d0 commit dbbdc19
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions includes/tasks/class-wc-calypso-task-launch-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,4 @@ public function is_complete() {
);
return in_array( $launch_status, $launched_values, true );
}

/**
* The task should not be displayed if the site is on the eCommerce trial.
*
* @return bool
*/
public function can_view() {
return ! wc_calypso_bridge_is_ecommerce_trial_plan();
}
}

0 comments on commit dbbdc19

Please sign in to comment.