Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomhemsley/9617378 to your computer and use it in GitHub Desktop.
Save tomhemsley/9617378 to your computer and use it in GitHub Desktop.
function make_gd_default_image_editor($editors) {
return array('WP_Image_Editor_GD','WP_Image_Editor_Imagick');
}
add_filter('wp_image_editors', 'make_gd_default_image_editor');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment