Disabling the PHP Version Check
-
How is it possible to disable the PHP Version check for a Plugin globally? I need this temporary to update a plugin to the last functional PHP 5.6 version, which I can’t do anymore since the current version don’t allow any updates, even no older versions. Changing and downgrading the “Requires PHP:” entry inside the “readme.txt” of the plugin should normally work but unfortunately the plugin is too big for uploading on the server and I can’t raise the PHP Upload size more than 16 MB from my hosting panel. So I get the error message “The link you followed has expired”. I also try to upload a php.ini file with the values and edit the .htaccess with every suggestions from this website which results in an “Internal Server Error”.
So my last hope it to disable the PHP Version check from WordPress installation to update the plugin directly from admin panel without any PHP warnings but how can I do this and which files do I have to edit?
- The topic ‘Disabling the PHP Version Check’ is closed to new replies.