wpdb, $this->table(), array(), $this::DEBUG ); $wordPressHandler->initialized = true; return $wordPressHandler; } public function table(): string { return 'wpify_woo_log'; } }