progress = $progress; } /** * AJAX callback used to set the user confirmation for starting the migration */ public function user_confirmation() { if ( $this->is_valid_request() ) { $this->progress->set_user_confirmed(); wp_send_json_success(); } } }