<?php /* Plugin Name: Force GD Image Editor (Fallback) */ add_filter('wp_image_editors', function($editors){ return ['WP_Image_Editor_GD', 'WP_Image_Editor_Imagick']; }, 999);