@chandeshwar on WordPress.org
Posted a reply to Limit Woocommerce Product Title Number of Characters, on the site WordPress.org Forums:add_filter( 'the_title', 'shorten_woo_product_title', 10, 2 ); function shorten_woo_product_title( $title, $id ) { if ( !…