Action_Scheduler\Migration
Controller::init()
Proceed with the migration if the dependencies have been met.
Метод класса: Controller{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$result = Controller::init();
Код Controller::init() Controller::init WC 7.7.0
public static function init() { if ( \ActionScheduler_DataController::dependencies_met() ) { self::instance()->hook(); } }