ActionScheduler_Abstract_Schema::init
Can optionally be used by concrete classes to carry out additional initialization work as needed.
Метод класса: ActionScheduler_Abstract_Schema{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ActionScheduler_Abstract_Schema = new ActionScheduler_Abstract_Schema(); $ActionScheduler_Abstract_Schema->init();
Код ActionScheduler_Abstract_Schema::init() ActionScheduler Abstract Schema::init WC 9.9.3
public function init() {}