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_Addon_Customizer::includes()

Include helper classes for Astra Addon Customizer


Description


Source

File: classes/customizer/class-astra-addon-customizer.php

		 *
		 * @since 1.0.0
		 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
		 */
		public function customize_register_new( $wp_customize ) {

			require ASTRA_EXT_DIR . 'classes/customizer/class-astra-customizer-notices-configs.php';

User Contributed Notes

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