Astra_Builder_Widget_Controller::__construct()

Constructor


Description


Source

File: inc/builder/controllers/class-astra-builder-widget-controller.php

		public function __construct() {

			add_action( 'widgets_init', array( $this, 'widget_init' ) );
			add_filter( 'customize_section_active', array( $this, 'display_sidebar' ), 99, 2 );

		}


User Contributed Notes

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