Tribe__Customizer__Section::get_arguments()
Retrieve section arguments.
Return
(void)
Source
File: src/Tribe/Customizer/Section.php
public function get_arguments() {
return $this->filter_arguments( $this->setup_arguments() );
}
Changelog
| Version | Description |
|---|---|
| 4.14.0 | Introduced. |