Increase WordPress memory limitAdd to wp-config.php/** * Increase WordPress Memory Limit. */ define('WP_MEMORY_LIMIT', '64M');
Leave a Reply