ActionScheduler_Abstract_Schema::init()publicWC 1.0

Can optionally be used by concrete classes to carry out additional initialization work as needed.

Method of the class: ActionScheduler_Abstract_Schema{}

No Hooks.

Return

null. Nothing (null).

Usage

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

ActionScheduler_Abstract_Schema::init() code WC 8.6.1

public function init() {}