How do I change this line to limit word count instead of character?
echo substr( apply_filters( '‘woocommerce_short_description’', $product->get_short_description() ), 0,50 ); echo '...';
How do I change this line to limit word count instead of character?
echo substr( apply_filters( '‘woocommerce_short_description’', $product->get_short_description() ), 0,50 ); echo '...';