@
@
@Predaytor2019-04-17 19:25:52
PHP
@Predaytor, 2019-04-17 19:25:52

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

1 answer(s)
S
SagePtr, 2019-04-17
_

Does it work separately from WordPress in PHP Imagemagick?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question