Tribe__Customizer__Section::get_content_settings()
Get the (filtered) content setting arguments.
Top ↑
(array<string,mixed>) The filtered arguments.
Top ↑
File: src/Tribe/Customizer/Section.php
public function get_content_settings() {
return $this->filter_content_settings( $this->setup_content_settings() );
}
Expand full source code
Collapse full source code