Astra_Theme_WP_Background_Process::complete()

Complete


Description

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


Source

File: inc/theme-update/class-astra-theme-wp-background-process.php

		protected function complete() {
			do_action( 'astra_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.