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