Skip to content

Commit

Permalink
chore: add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-ungureanu committed Sep 12, 2023
1 parent d7dfeb7 commit cc93fd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ public function skip_subscribe() {
$this->ensure_ajax_response( $response );
}

/**
* Handles the `mark_onboarding_done` ajax action.
*/
public function mark_onboarding_done() {
$response = array(
'success' => false,
Expand Down

0 comments on commit cc93fd3

Please sign in to comment.