Tribe__Events__Aggregator__Settings::__construct()

A private method to prevent it to be created twice.

It will add the methods and setup any dependecies

Note: This should load on plugins_loaded@P10


Source

File: src/Tribe/Aggregator/Settings.php

	public function __construct() {
		add_action( 'tribe_settings_do_tabs', array( $this, 'do_import_settings_tab' ) );
		add_action( 'current_screen', array( $this, 'maybe_clear_eb_credentials' ) );
	}