Action_Scheduler\Migration
Controller::init()
Proceed with the migration if the dependencies have been met.
Method of the class: Controller{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = Controller::init();
Controller::init() Controller::init code WC 9.3.3
public static function init() { if ( \ActionScheduler_DataController::dependencies_met() ) { self::instance()->hook(); } }