ActionScheduler_StoreSchema::init()
Performs additional setup work required to support this schema.
Method of the class: ActionScheduler_StoreSchema{}
No Hooks.
Return
null
. Nothing (null).
Usage
$ActionScheduler_StoreSchema = new ActionScheduler_StoreSchema(); $ActionScheduler_StoreSchema->init();
ActionScheduler_StoreSchema::init() ActionScheduler StoreSchema::init code WC 9.7.1
public function init() { add_action( 'action_scheduler_before_schema_update', array( $this, 'update_schema_5_0' ), 10, 2 ); }