Tribe__Customizer__Section::setup_content_arguments()
Sets up the Customizer section content.
Source
File: src/Tribe/Customizer/Section.php
public function setup_content_arguments(){
$this->defaults = $this->setup_defaults();
$this->content_settings = $this->setup_content_settings();
$this->content_headings = $this->setup_content_headings();
$this->content_controls = $this->setup_content_controls();
}
Changelog
| Version | Description |
|---|---|
| 4.13.3 | Introduced. |