Tribe__Events__Aggregator__Tabs__History::__construct()
Source
File: src/Tribe/Aggregator/Tabs/History.php
public function __construct() {
// Setup Abstract hooks
parent::__construct();
// Handle Screen Options
add_action( 'current_screen', array( $this, 'action_screen_options' ) );
add_filter( 'set-screen-option', array( $this, 'filter_save_screen_options' ), 10, 3 );
}