Tribe__Customizer__Section::register_settings( WP_Customize_Section $section, WP_Customize_Manager $manager )

Overwrite this method to create the Fields/Settings for this section.


Parameters

$section

(WP_Customize_Section) (Required) The WordPress section instance.

$manager

(WP_Customize_Manager) (Required) The WordPress Customizer Manager.


Top ↑

Return

(void)


Top ↑

Source

File: src/Tribe/Customizer/Section.php

	public function register_settings( WP_Customize_Section $section, WP_Customize_Manager $manager ) {

	}