Answer the question
In order to leave comments, you need to log in
Why doesn't Imagemagick Wordpress work?
The latest version of Wp, clean installation, in php.ini => extension=imagick.so is registered. Why does not it work?
add_filter( 'wp_image_editors', 'select_wp_image_editors' );
function select_wp_image_editors( $editors ) {
return array( 'WP_Image_Editor_Imagick' );
}
if ( ! extension_loaded( 'imagick' ) ) {
echo 1;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question