Astra_Ext_Colors_Loader::controls_scripts()

Customizer Controls


Description

See also


Source

File: addons/colors-and-background/classes/class-astra-ext-colors-loader.php

		/**
		 * Add postMessage support for site title and description for the Theme Customizer.
		 *
		 * @param WP_Customize_Manager $wp_customize Theme Customizer object.
		 */
		public function new_customize_register( $wp_customize ) {

			// Register Sections & Panels.
			require_once ASTRA_EXT_COLORS_DIR . 'classes/class-astra-ext-colors-panels-and-sections.php';


User Contributed Notes

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