Tribe__Customizer__Section::get_content_settings()

Get the (filtered) content setting arguments.

See also


Top ↑

Return

(array<string,mixed>) The filtered arguments.


Top ↑

Source

File: src/Tribe/Customizer/Section.php

	public function get_content_settings() {
		return $this->filter_content_settings( $this->setup_content_settings() );
	}

Top ↑

Changelog

Changelog
Version Description
4.13.3 Introduced.