Events_Bar::setup_arguments()
{@inheritdoc}
Source
File: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php
public function setup_arguments() {
return [
'priority' => 10,
'capability' => 'edit_theme_options',
'title' => esc_html__( 'Events Bar', 'the-events-calendar' ),
'description' => _x(
'These settings control the search and options bar that appears above calendar views.',
'Note about what these settings control.',
'the-events-calendar'
),
];
}