Astra_Ext_Adv_Search_Shortcodes::__construct()

Constructor


Description


Source

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

		public function __construct() {
			add_action( 'wp_enqueue_scripts', array( $this, 'enqueue_scripts' ) );
			add_shortcode( 'astra_search', array( $this, 'search_markup' ) );
		}

Changelog

Changelog
Version Description
1.4.8 Introduced.


User Contributed Notes

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