Created
March 18, 2014 10:25
-
-
Save tomhemsley/9617378 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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