ActionScheduler_LoggerSchema::initpublicWC 1.0

Performs additional setup work required to support this schema.

Method of the class: ActionScheduler_LoggerSchema{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

ActionScheduler_LoggerSchema::init() code WC 10.5.0

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