Tribe__Events__Customizer__Text::setup()
Setup the Customizer section.
Return
(void)
Source
File: src/Tribe/Customizer/Text.php
public function setup() {
$this->defaults = [
'link_color' => '#141827',
];
$this->arguments = [
'priority' => 60,
'capability' => 'edit_theme_options',
'title' => esc_html__( 'Text', 'the-events-calendar' ),
'description' => esc_html__( 'Options selected here will override what was selected in the General section.', 'the-events-calendar' ),
];
}
Changelog
| Version | Description |
|---|---|
| 5.0.1 | Introduced. |