WC_Install::manual_database_update()

Performan manual database update when triggered by WooCommerce System Tools.


Description Description


Source Source

File: includes/class-wc-install.php

	public static function manual_database_update() {
		$blog_id = get_current_blog_id();

		add_action( 'wp_' . $blog_id . '_wc_updater_cron', array( __CLASS__, 'run_manual_database_update' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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