Edit Image button disappears when I make WordPress use Imagick instead of GD
The issue likely arises because forcing only Imagick (WP_Image_Editor_Imagick) as the image editor can conflict with some functionalities, such as the “Edit Image” button in WordPress. This feature may rely on the presence of the default image editor (GD) for certain operations. To fix this, you can modify your code to allow WordPress to use … Read more