function custom_woocommerce_search_form($form) {
$form = ‘

‘;

return $form;
}

add_filter(‘get_search_form’, ‘custom_woocommerce_search_form’);