Php 店面功能中缺少WooCommerce功能

Php 店面功能中缺少WooCommerce功能,php,wordpress,woocommerce,Php,Wordpress,Woocommerce,我是开发Wordpress和WooCommerce的新手,我正在尝试用一个子主题定制店面主题 例如,我想删除header.php的产品搜索 在header.php中有一条注释: * @hooked storefront_product_search - 40 到操作“店面\页眉” 但是在storefront-template-hooks.php中,我找不到像前面描述的那样为函数“storefront\u product\u search”添加的操作 当我在s

我是开发Wordpress和WooCommerce的新手,我正在尝试用一个子主题定制店面主题

例如,我想删除header.php的产品搜索

在header.php中有一条注释:

* @hooked storefront_product_search                   - 40
到操作“店面\页眉”

但是在storefront-template-hooks.php中,我找不到像前面描述的那样为函数“storefront\u product\u search”添加的操作

当我在storefront-template-functions.php中搜索函数“storefront\u product\u search”时,我也没有找到它

该功能位于何处

另一个问题是,是否有用于php/wordpress开发的具有前向导航功能的IDE

我目前正在使用Visual Studio代码

此视频帮助您-()


您只需要添加额外的css

搜索storefront文件夹中的所有文件,而不是单个文件谢谢,我在文件“storefront woocommerce template functions.php”中找到了它。当然,为什么这个文件中的函数不是“storefront template functions.php”?