Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
/** * Use GD instead of Imagick. */ function cb_child_use_gd_editor($array) { return array( 'WP_Image_Editor_GD' ); } add_filter( 'wp_image_editors', 'cb_child_use_gd_editor' );