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
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 ); }
Expand full source code Collapse full source code View on Trac