Tribe__Events__Aggregator__Settings::clear_eb_credentials()

Disconnect Eventbrite from EA

Contents


Source

File: src/Tribe/Aggregator/Settings.php

	public function clear_eb_credentials() {

		tribe( 'events-aggregator.service' )->disconnect_eventbrite_token();

		tribe_update_option( 'eb_security_key', null );

	}

Top ↑

Changelog

Changelog
Version Description
4.6.18 Introduced.