Broken on 3.8.1 because of deprecated gd_edit_image_support
-
The Media manager becomes empty in ACF (and probably many other cases) after activating the plugin due to using the deprecated function gd_edit_image_support.
After changing the line if (!gd_edit_image_support($post->post_mime_type)) to if (!wp_image_editor_supports(array(‘mime_type’ => $post->post_mime_type)))
on imagemagick-engine.php (Line 764), it works.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Broken on 3.8.1 because of deprecated gd_edit_image_support’ is closed to new replies.