Forums
(@vaiibhavv)
4 years, 6 months ago
@aequalsb
This worked for me, thanks!
— Open WP Admin > Themes > Themes editor > Edit ‘Functions.php’ file
Paste at the last the below lines:
add_filter( ‘wp_image_editors’, function() { return array( ‘WP_Image_Editor_GD’ ); } );