Increase WordPress Memory Limit

To increase the PHP Memory limit, add the following line to 'wp-config.php'.
This be be useful for complex pages that do not refuse and generate out of memory errors


define('WP_MEMORY_LIMIT', '1024M');


Supported By Cosmos Hosting