PHP Set Time Limit

I am using a plugin for wordpress that needs to use the PHP function set_time_limit(), and I see that it is disabled on my site. Is there any way to enable this?

As a fair usage restriction, it’s not possible to increase or remove the script time limit, so the set_time_limit() function has been disabled as well, and cannot be reactivated unfortunately.