ביטול של כמות מוצרים בקטגוריה

יש להזין את הקוד הבא בתוך קוץ פונקציה

// Hide categories Counter
add_filter( 'woocommerce_subcategory_count_html', 'bbloomer_remove_category_products_count' );
function bbloomer_remove_category_products_count() {
return '';
}
add_filter( 'woocommerce_subcategory_count_html', '__return_null' );

כתיבת תגובה