Php time limit wp-config.php code example
Example 1: set time limit in wp-config
max_execution_time = 300;
Example 2: max_input_time in wordpress
@ini_set( 'max_input_vars' , 3000 );
max_execution_time = 300;
@ini_set( 'max_input_vars' , 3000 );