Tribe__Events__Customizer__Month_Week_View::setup()
A way to apply filters when getting the Customizer options
Return
(array)
Source
File: src/Tribe/Customizer/Month_Week_View.php
public function setup() {
$this->set_defaults();
$this->arguments = array(
'priority' => 30,
'capability' => 'edit_theme_options',
'title' => esc_html__( 'Month View', 'the-events-calendar' ),
'description' => esc_html__( 'Options selected here will override what was selected in the "General Theme" and "Global Elements" sections', 'the-events-calendar' ),
);
}