WC_Install::get_db_update_callbacks()

Get list of DB update callbacks.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/class-wc-install.php

	public static function get_db_update_callbacks() {
		return self::$db_updates;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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