I'm new in developing Wordpress and WooCommerce and I'm trying to customize the Storefront theme with a child theme.
For e.g., I want to delete the product search of header.php.
In header.php there's a comment:
* @hooked storefront_product_search - 40
to action 'storefront_header'
But in storefront-template-hooks.php I can't find an added action to the function 'storefront_product_search', as described before.
When I search for the function 'storefront_product_search' in storefront-template-functions.php, I also don't find it.
Where is this function located?
Another question, is there an IDE with forward navigation for php/wordpress development?
I'm currently using Visual Studio Code