max_input_time in wordpress

  1. Access your WordPress site's files using an FTP client or file manager provided by your web host.
  2. Locate the wp-config.php file in the root directory of your WordPress installation.
  3. Download a copy of the wp-config.php file to your local computer for backup purposes.
  4. Open the wp-config.php file using a text editor.
  5. Look for the line of code that sets the maximum execution time for PHP, which should look like "ini_set('max_execution_time', 60);".
  6. Change the value within the parentheses to your desired maximum input time, for example, "ini_set('max_execution_time', 120);".
  7. Save the changes to the wp-config.php file.
  8. Upload the modified wp-config.php file back to the root directory of your WordPress installation, overwriting the existing file if prompted.
  9. Verify the changes by accessing your WordPress site and checking if the maximum input time has been updated.