Hi there, and thank you for the Custom image sizes plugin :)
I would just like to offer a slight modification to the plugin code:
replace line 31 with
$size_name = is_array($size_name) ? implode("x", $size_name) : trim($size_name);
because image size can be input as array too.
thanks for listening ;)
RSS feed for this topic
You must log in to post.
Register or log in - lost password?
Hi there, and thank you for the Custom image sizes plugin :)
I would just like to offer a slight modification to the plugin code:
replace line 31 with
$size_name = is_array($size_name) ? implode("x", $size_name) : trim($size_name);
because image size can be input as array too.
thanks for listening ;)
RSS feed for this topic
Reply
You must log in to post.