What filter is responsible for appending image dimensions to the image files?
I was wondering if I could replace the image dimensions appended but rather you a the name it was called in the "add_image_resize".
Like for example:
add_image_size( 'thumbnail-small', 67, 98 );
Then you have an image file named "imagefilename.jpg".
Currently it would append imagefilename-67x98.jpg, but I want something like this imagefilename-thumbnail-small.jpg.
Is this possible?
Thanks and I really need your support. :)