Files
torebki-fabiola.pl/wp-content/plugins/ajax-search-for-woocommerce/partials/themes/blocksy/search.php
2026-03-05 13:07:40 +01:00

11 lines
256 B
PHP

<?php
// Exit if accessed directly
if ( ! defined( 'DGWT_WCAS_FILE' ) ) {
exit;
}
echo '<div data-id="search">'; // This attribute is needed for selectors for search icon colors to work.
echo do_shortcode( '[fibosearch layout="icon"]' );
echo '</div>';