Astra_Customizer_Config_Base::__construct()

Constructor


Description


Source

File: inc/customizer/configurations/class-astra-customizer-config-base.php

		public function __construct() {
			add_filter( 'astra_customizer_configurations', array( $this, 'register_configuration' ), 30, 2 );
		}


User Contributed Notes

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