Skip to content

Commit

Permalink
Merge pull request #47 from newfold-labs/update/aborted-event
Browse files Browse the repository at this point in the history
migration aborted event
  • Loading branch information
ramyakrishnai authored Jun 26, 2024
2 parents 48ae5be + 7bb69f2 commit e0ab91f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/Listeners/Wonder_Start.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public function on_update_instawp_last_migration_details( $new_option, $old_valu
$this->push( 'migration_completed', array() );
} elseif ( 'failed' === $value_updated ) {
$this->push( 'migration_failed', array() );
} elseif ( 'aborted' === $value_updated ) {
$this->push( 'migration_aborted', array() );
}
}

Expand Down

0 comments on commit e0ab91f

Please sign in to comment.