diff --git a/includes/Listeners/Wonder_Start.php b/includes/Listeners/Wonder_Start.php index 50ca6a7..29b6855 100644 --- a/includes/Listeners/Wonder_Start.php +++ b/includes/Listeners/Wonder_Start.php @@ -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() ); } }