Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Last active June 3, 2020 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kreamweb/bf04bffe98864067e13696ff8c91cb1a to your computer and use it in GitHub Desktop.
Save kreamweb/bf04bffe98864067e13696ff8c91cb1a to your computer and use it in GitHub Desktop.
<?php
if( defined('YITH_WCAS_VERSION')){
remove_action( 'storefront_header', 'storefront_product_search', 40 );
add_action( 'storefront_header', 'ywcas_product_search', 40 );
function ywcas_product_search(){
?>
<div class="site-search">
<?php echo do_shortcode('[yith_woocommerce_ajax_search]'); ?>
</div>
<?php
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment