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_panel( Array $config, WP_Customize_Manager $wp_customize )

Register Customizer Panel.


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

		 */
		public function delete_cached_partials() {
			delete_option( 'astra_partials_config_cache' );

Changelog

Changelog
Version Description
1.4.3 Introduced.

User Contributed Notes

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