Astra_Ext_Adv_Search_Shortcodes::search_svg_markup()

Search svg markup.


Description


Return

(string)


Source

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

		public static function search_svg_markup() {
			ob_start();
			?>
			<span class="screen-reader-text"><?php esc_html_e( 'Search', 'astra-addon' ); ?></span>
			<?php Astra_Icons::get_icons( 'search', true ); ?>
			<?php
			$search_svg_html = ob_get_clean();
			return $search_svg_html;
		}

Changelog

Changelog
Version Description
3.6.8 Introduced.


User Contributed Notes

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