If ever this happen “Allowed memory size of xxx bytes exhausted”, then we need to increase WordPress memory limit. This can be done
open your wp-config file and paste the following code in it.
define('WP_MEMORY_LIMIT', '96M');
open your wp-config file and paste the following code in it.
define('WP_MEMORY_LIMIT', '96M');
No comments:
Post a Comment