$this->batch_id, 'step' => $step, ) ); parent::__construct( $step ); } /** * Defines logic to execute once batch processing is complete. */ public function finish() { /** * Clear the doing upgrade flag to prevent issues later. */ delete_option( 'pum_doing_upgrade' ); parent::finish(); } }