HUSKY - Product Filter for WooCommerce

woof_mobile_btn_place_container

从v.2.2.6版本开始

覆盖移动端筛选按钮应出现的选择器。默认的CSS类是‘.woocommerce-products-header‘。代码示例:

add_filter('woof_mobile_btn_place_container', function ($selector) {
    $selector = '#my_woof_btn_place';//your id or css class (.my_woof_btn_place) 
    return $selector;
});

默认显示位置如下: