this plugin sucks , change php value max execution time
-
this plugin sucks,
Why do you change the value of the php variable “max_execution_time”?Where have you learned to program?
It affects the operation of the rest of the plugins, the configuration of the hosting, and the whole wordpress
this plugin should be banned
if (! ini_get (‘max_execution_time’) || ini_get (‘max_execution_time’) <300) {
ini_set (‘max_execution_time’, 300);
$ disabled = explode (‘,’, ini_get (‘disable_functions’));
if (! in_array (‘set_time_limit’, $ disabled)) {
set_time_limit (300);
}
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘this plugin sucks , change php value max execution time’ is closed to new replies.