Astra_Ext_Blog_Pro_Loader::new_customize_register( WP_Customize_Manager $wp_customize )

Register panel, section and controls


Description


Parameters

$wp_customize

(WP_Customize_Manager) (Required) Theme Customizer object.


Source

File: addons/blog-pro/classes/class-astra-ext-blog-pro-loader.php

		public function new_customize_register( $wp_customize ) {

			/**
			 * Sections
			 */
			require_once ASTRA_EXT_BLOG_PRO_DIR . 'classes/sections/class-astra-customizer-blog-pro-configs.php';
			require_once ASTRA_EXT_BLOG_PRO_DIR . 'classes/sections/class-astra-customizer-blog-pro-single-configs.php';
		}

User Contributed Notes

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