settings = Settings::get_instance(); $this->init(); } /** * Initialize the module. * * Do not use __construct in modules, instead use init(). * * @since 3.0 */ protected function init() {} }