Skip to content

Instantly share code, notes, and snippets.

@MrJSdev
Last active September 25, 2021 11:39
Show Gist options
  • Save MrJSdev/98659165c4688175c80f664004a82b28 to your computer and use it in GitHub Desktop.
Save MrJSdev/98659165c4688175c80f664004a82b28 to your computer and use it in GitHub Desktop.
This is the code to increase WordPress memory limit. http://extracatchy.net/wordpress-functions
<?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