- //Try to increase memory_limit (wp_config)
- //Try to change Imagick to GD lib (functions.php)
- function hs_image_editor_default_to_gd( $editors ) {
- $gd_editor = 'WP_Image_Editor_GD';
- return $editors;
- }
- add_filter( 'wp_image_editors', 'hs_image_editor_default_to_gd' );
Recent Pastes