Skip to content

Instantly share code, notes, and snippets.

@prosantamazumder
Created April 9, 2022 07:46
Show Gist options
  • Save prosantamazumder/7e4bca00dc27cc254fdb128c46567c33 to your computer and use it in GitHub Desktop.
Save prosantamazumder/7e4bca00dc27cc254fdb128c46567c33 to your computer and use it in GitHub Desktop.
The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2560 pixels.
<?php
add_filter('wp_image_editors', function($editors) {
return ['WP_Image_Editor_GD', 'WP_Image_Editor_Imagick'];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment