How to change or trim WooCommerce product title on loop?
How to change WooCommerce product title on loop? remove_action( ‘woocommerce_shop_loop_item_title’,’woocommerce_template_loop_product_title’, 10 ); add_action(‘woocommerce_shop_loop_item_title’, ‘soChangeProductsTitle’, 10 ); function soChangeProductsTitle() { echo ‘<h6 class=”‘ . esc_attr( apply_filters(