Skip to content

Instantly share code, notes, and snippets.

@bulbul84
Created July 14, 2018 09:47
Show Gist options
  • Save bulbul84/30bcfb376391edb0ef926152ec3eec1b to your computer and use it in GitHub Desktop.
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
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