Answers for "how to increase php time limit for a wordpress site"

PHP
0

increase wordpress upload limit

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
Posted by: Guest on December-01-2020
0

set time limit in wp-config

max_execution_time = 300;
Posted by: Guest on January-23-2021

Code answers related to "how to increase php time limit for a wordpress site"

Browse Popular Code Answers by Language