Hi,
The code is in the source code but he tag does not have it, I have to make a new tag for this.
I will make this soon.
If you have to get this feature, then copy/paste this function :
https://github.com/Rahe/Simple-image-sizes/blob/master/classes/admin/main.php#L149
On the right file and this will be fixed 🙂
Is this feature going to be working again soon?
If it still doesn’t work for you, try this:
Replace the following part at line 153:
if( version_compare( ‘3.9’, $wp_version, ‘<‘ ) ) {
return array( );
}
with this:
if(floatval($wp_version) < 3.9){
return array( );
}