Advertisement
fahimmurshed

Astra WooCommerce Search

Mar 31st, 2020
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. add_filter( 'astra_get_search_form', 'astra_search_woocommerce_only' );
  2. function astra_search_woocommerce_only( $search_form ) {
  3.     $search_form = str_replace( '-1"/>', '-1"/><input type="hidden" name="post_type" value="product"/>', $search_form );
  4.     return $search_form;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement