Tribe__Customizer__Section::get_arguments()

Retrieve section arguments.


Return

(void)


Top ↑

Source

File: src/Tribe/Customizer/Section.php

	public function get_arguments() {
		return $this->filter_arguments( $this->setup_arguments() );
	}

Top ↑

Changelog

Changelog
Version Description
4.14.0 Introduced.