Skip to content

Commit

Permalink
Show "verify email" task in newsletter goal's launchpad (#41298)
Browse files Browse the repository at this point in the history
* Show "verify email" task in newsletter goal's launchpad

Task is only shown if the email isn't already verified.

* changelog

* Remove custom email verification behaviour

We will use the existing task for now. there might be improvements we
can make in the future to hide the task if we think it was never used
for this particular site.
  • Loading branch information
p-jackson authored Jan 26, 2025
1 parent 56d9784 commit 7142fcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Adds verify email task to newsletter goal launchpad
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function wpcom_launchpad_get_task_list_definitions() {
return __( 'Next steps for your site', 'jetpack-mu-wpcom' );
},
'task_ids' => array(
'verify_email',
'site_title',
'start_building_your_audience',
'customize_welcome_message',
Expand Down

0 comments on commit 7142fcb

Please sign in to comment.