WC_Background_Updater::complete()

Complete


Description Description

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


Source Source

File: includes/class-wc-background-updater.php

	protected function complete() {
		$logger = wc_get_logger();
		$logger->info( 'Data update complete', array( 'source' => 'wc_db_updates' ) );
		WC_Install::update_db_version();
		parent::complete();
	}


Top ↑

User Contributed Notes User Contributed Notes

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