woocs_cut_cart_price_format
Allows to cut from cart and checkout page ‘format of price‘ provided by ‘Custom price format‘ plugin option. By default return TRUE, but its possible return FALSE
add_action( 'woocs_cut_cart_price_format', function(){ return FALSE; });