woof_mobile_btn_place_container
Sürüm v.2.2.6'dan itibaren
Mobil filtre düğmesinin görünmesi gereken seçiciyi geçersiz kılar. Varsayılan olarak CSS sınıfı ‘.woocommerce-products-header‘ şeklindedir. Kod örneği:
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;
});
Varsayılan olarak:
