Astra_Ext_Adv_Search_Loader::__construct()

Constructor


Description


Source

File: addons/advanced-search/classes/class-astra-ext-adv-search-loader.php

		public function __construct() {
			add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) );
			add_action( 'customize_register', array( $this, 'new_customize_register' ), 2 );
		}

Changelog

Changelog
Version Description
1.4.8 Introduced.


User Contributed Notes

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