ControlledChaos
5/7/2015 - 8:39 AM

Increase PHP memory limit in wp-config

Increase PHP memory limit in wp-config

<?php

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

?>

Increase PHP memory limit in wp-config

WordPress Snippets