Maximum Execution time 30 Second at wordpress
You can Do it By following
1. By Wp-config.php Changes
set_time_limit(60);
Important – If you are making changes in wp-config.php, then add this line above “/* That’s all, stop editing! Happy blogging. */” comment.
2. In htaccess
php_value max_execution_time 60
<stro