Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness. Use PUM_Utils_Upgrades::add_routine() instead.

PUM_Upgrade_Registry::register_upgrades()

Registers upgrade routines.


Description Description

See also See also


Top ↑

Source Source

File: classes/Upgrade/Registry.php

	private function register_upgrades() {
		/**
		 * Fires during instantiation of the batch processing registry allowing proper registration of upgrades.
		 *
		 * @param PUM_Upgrade_Registry $this PUM_Abstract_Registry instance.
		 */
		do_action( 'pum_register_upgrades', $this );
	}


Top ↑

User Contributed Notes User Contributed Notes

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