Forums
(@isaacselwin)
8 years, 1 month ago
wp-content/plugins/woocommerce-apg-sms-notifications/apg-sms.php
In the above mentioned file look for the code
if ( strlen( $nombre ) > 10 ) { $nombre = substr( $nombre, 0, 10 ) . "..."; }
just delete it.