ActionScheduler_DBStore::init()
Initialize the data store
Method of the class: ActionScheduler_DBStore{}
No Hooks.
Return
null
. Nothing.
Usage
$ActionScheduler_DBStore = new ActionScheduler_DBStore(); $ActionScheduler_DBStore->init();
ActionScheduler_DBStore::init() ActionScheduler DBStore::init code WC 7.3.0
public function init() { $table_maker = new ActionScheduler_StoreSchema(); $table_maker->init(); $table_maker->register_tables(); }