How to increase php memory limit on wordpress
Put this lines of code on wp-config.php file which is located on wordpress root directory. /** Memory Limit */ define('WP_MEMORY_LIMIT', '128M'); For memory limit issue you can see this error…
Put this lines of code on wp-config.php file which is located on wordpress root directory. /** Memory Limit */ define('WP_MEMORY_LIMIT', '128M'); For memory limit issue you can see this error…