Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Last active April 2, 2018 05:42
Show Gist options
  • Save MrJSdev/96a11506eb4362a1cfc357bf45d0b130 to your computer and use it in GitHub Desktop.
Save MrJSdev/96a11506eb4362a1cfc357bf45d0b130 to your computer and use it in GitHub Desktop.
This is the code for the guide to Increase WordPress Memory Limit: http://extracatchy.net/increase-memory-limit/
<?php
//Do not copy the above php tag.
define('WP_MEMORY_LIMIT', '256M');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment