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