Welcome to our Support Portal › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Cart/Basket/Checkout Product Options – Image meta titles shortened with '…' › Reply To: Cart/Basket/Checkout Product Options – Image meta titles shortened with '…'
August 16, 2018 at 1:29 pm
#9212
Participant
Hi Thanks but unfortunately after adding that filter to functions.php the titles were lost completely and only the ‘…’ remained….
add_filter(‘ppom_trim_file_maxchar’, function ($max_char) {
$max_char = 50;
});