If you ever had error that reads. "allowed memory size of xxx bytes exhausted", then you need to increase WordPress memory limit. Here is the way to solve it.
Simply open you wp-config file, located at the root of your WordPress install and paste the following code in it. once saved, WordPress will be able to use as much memory as specified.
Simply open you wp-config file, located at the root of your WordPress install and paste the following code in it. once saved, WordPress will be able to use as much memory as specified.
define('WP_MEMORY_LIMIT', '128M');
If you enjoyed this article, please consider sharing it!