I have a client who has a php script execution timeout problem on a locally installed wordpress. I dont have an access to machine to do the test, so here is my question.
There is a custom plugin on that site that has all the php custom code in it. Can I just place:
ini_set('max_execution_time',0);
on top of plugin file and be sure it will work for entire front and back end?