Astra_Header_Search_Component_Loader::__construct()

Constructor


Description


Source

File: inc/builder/type/header/search/class-astra-header-search-component-loader.php

	public function __construct() {

		add_filter( 'astra_get_search', array( $this, 'get_search_markup' ), 10, 3 );
		add_action( 'customize_preview_init', array( $this, 'preview_scripts' ), 110 );
	}

Changelog

Changelog
Version Description
3.0.0 Introduced.

User Contributed Notes

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