db->query( $query ); } } public function run() { $this->init(); if ( ! $this->run_versions_updates() ) { return false; } update_option( ARISTREAMQUIZ_VERSION_OPTION, $this->options->version ); return true; } }