Increasing your WordPress PHP memory limit can be the solution to several problems, like memory exhaustion, white screen of death, HTTP error when trying to upload images, etc.
Therefore, we came up with this useful guide on how to increase your memory limit by editing the wp-config.php file, through cPanel's File Manager.
Basically, what you need to do is to log into cPanel, go to File Manager in the Files section, then locate wp-config.php in the public_html folder.
After you've found the file, right-click on it and select Code Edit, then insert the following code as seen in the video:
define('WP_MEMORY_LIMIT', '96M');
You can insert other values as well, like 64M, 256M, etc.
Click Save Changes and that's it!
Now you have increased your WordPress PHP memory limit and fixed or avoided some of the most common issues in WordPress.
Don't forget to share if you find this guide useful!
Also, follow us on social media:
/ themeskills
/ wpthemeskills
https://plus.google.com/+Themeskillsplus
Thanks!