This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Astra_Customizer::register_section( Array $config, WP_Customize_Manager $wp_customize )

Register Customizer Section.


Description


Parameters

$config

(Array) (Required) Panel Configuration settings.

$wp_customize

(WP_Customize_Manager) (Required) instance of WP_Customize_Manager.


Return

(void)


Source

File: inc/customizer/class-astra-customizer.php

		 * Add dynamic control partial refresh.
		 *
		 * @since 3.1.0
		 * @param array  $partial_args partial configs.
		 * @param string $partial_id partial id.
		 * @return array|mixed

Changelog

Changelog
Version Description
1.4.3 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.