How to Fix WordPress Memory Exhausted Error
There are a few possible reasons why this error could occur. Therefore, there are multiple methods you could apply to try and fix it. Method 1 Try adding this line to your wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘128M’); To do so, follow these...