Created
September 9, 2022 13:27
-
-
Save terrytsang/0c9bb8cd5f032d20ff4dfc211b5e1082 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//add this code snippet to the wp-config.php file to increase your memory limit to 100MB | |
define('WP_MEMORY_LIMIT', '100M'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment