Month_View::setup_arguments()
{@inheritdoc}
Source
File: src/Tribe/Views/V2/Customizer/Section/Month_View.php
public function setup_arguments() {
return [
'priority' => 15,
'capability' => 'edit_theme_options',
'title' => esc_html__( 'Month View', 'the-events-calendar' ),
];
}