Home › 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:23 pm
#9211
nmedia
Keymaster
Jake I checked and found filter is already there 🙂
add_filter('ppom_trim_file_maxchar', function ($max_char) {
$max_char = 50;
});
You can change length of filename as per your need.