Are you facing any of the following issues listed below? We tried finding the probable cause but this being a rare scenario we have provided a filter to disable the cause and resolve such issues.
Types of Issues / Errors for which this document is valid –
Class is not found – WP_Image_Editor_ImagickCall to undefined method WP_Image_Editor_Imagick::get_error_message()wp_options table is bloated with entries like this – wp_addon_database_migration_batch_4935ee10bd16fca38a7cb9a9f5904d
In the above cases, there might sometimes be a conflict with the specific servers. For such cases you can disable Image Processing from Astra using the below filter.
You can use the following filter in the child theme』s functions.php –
add_filter( 'astra_image_resizer', '__return_false' );
Note
Refer this doc on How to Add Custom PHP Code?