Skip to content

Instantly share code, notes, and snippets.

@cazuki
Created August 7, 2017 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cazuki/61d0ffc626650d007ef25455cbd26d2b to your computer and use it in GitHub Desktop.
Save cazuki/61d0ffc626650d007ef25455cbd26d2b to your computer and use it in GitHub Desktop.
imagemagickのライブラリ順序変更
function change_graphic_lib($array) {
return array('WP_Image_Editor_GD', 'WP_Image_Editor_Imagick');
}
add_filter('wp_image_editors', 'change_graphic_lib');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment