Created
July 14, 2018 09:47
-
-
Save bulbul84/30bcfb376391edb0ef926152ec3eec1b to your computer and use it in GitHub Desktop.
How to increasing the php maximum execution time, add the following line in your wp-config.php
This file contains hidden or 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
ini_set('max_execution_time', 300); //300 seconds = 5 minutes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment