ActionScheduler_LoggerSchema::init()publicWC 1.0

Performs additional setup work required to support this schema.

Метод класса: ActionScheduler_LoggerSchema{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ActionScheduler_LoggerSchema = new ActionScheduler_LoggerSchema();
$ActionScheduler_LoggerSchema->init();

Код ActionScheduler_LoggerSchema::init() WC 8.7.0

public function init() {
	add_action( 'action_scheduler_before_schema_update', array( $this, 'update_schema_3_0' ), 10, 2 );
}