Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.49 KB

developers.md

File metadata and controls

29 lines (21 loc) · 1.49 KB
layout title permalink
page
Developers
/developers/

Let's make our WordPress plugins require a more recent version of PHP. We don't want to support PHP 5.2 anymore. It's no longer supported and potentially insecure. Let's stop this.

All the information you need to implement this library can be found in the readme.

You can find the PHP library in the GitHub repository: WPupdatePHP/wp-update-php.

<iframe src="http://ghbtns.com/github-btn.html?user=WPupdatePHP&repo=wp-update-php&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe> <iframe src="http://ghbtns.com/github-btn.html?user=WPupdatePHP&repo=wp-update-php&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>

You can also contribute to this website via the website repository.

<iframe src="http://ghbtns.com/github-btn.html?user=WPupdatePHP&repo=WPupdatePHP.github.io&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe> <iframe src="http://ghbtns.com/github-btn.html?user=WPupdatePHP&repo=WPupdatePHP.github.io&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95" height="20"></iframe>