ActionScheduler_Abstract_Schema::init()publicWC 1.0

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() WC 8.7.0

public function init() {}