how to remove "storefront_product_search" hook
-
Hi,
I want to remove the product search box at top right of my website.
How do I remove the “storefront_product_search” action?
I’ve added the following to my child theme’s functions.php:
<?php remove_action( 'storefront_header', 'storefront_product_search' ); ?>
but this does not make a difference.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to remove "storefront_product_search" hook’ is closed to new replies.