Tribe__Customizer__Section::get_content_headings()

Get the (filtered) content headings and separator arguments.

See also


Top ↑

Return

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


Top ↑

Source

File: src/Tribe/Customizer/Section.php

	public function get_content_headings() {
		return $this->filter_content_headings( $this->setup_content_headings() );
	}

Top ↑

Changelog

Changelog
Version Description
4.13.3 Introduced.