I have applied following filter successfully to show the ‘product SKU’ in header search.
add_filter(‘etheme_ajax_search_products_sku’, ‘__return_true’);
I want to hide ‘Stock status and stock quantity’ in the header search. (The green highlighted in the image) What is the code for that?
Thanks.