Tribe__Events__Customizer__Global_Elements::setup()
Source
File: src/Tribe/Customizer/Global_Elements.php
public function setup() {
$this->arguments = array(
'priority' => 20,
'capability' => 'edit_theme_options',
'title' => esc_html__( 'Global Elements', 'the-events-calendar' ),
'description' => esc_html__( 'Options selected here will override what was selected in the "General Theme" section', 'the-events-calendar' ),
);
}