WP_Background_Process_Astra_Addon::complete()

Complete


Description

Override if applicable, but ensure that the below actions are performed, or, call parent::complete().


Source

File: classes/library/batch-processing/class-wp-background-process-astra-addon.php

		protected function complete() {

			error_log( 'Astra Addon: Batch Process Completed!' );

			do_action( 'astra_addon_database_migration_complete' );

			parent::complete();

		}

Changelog

Changelog
Version Description
2.1.3 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.