function by_woocommerce_product_loop_title_classes( $string ){ // For all products $string = 'my-class-category'; return $string ; }