When you write a WordPress plugin, you can specify a minimum WordPress version that your code is compatible with, using the “Requires” option in your plugin header, but it isn’t enforced. Along with that, there’s no way to specify a minimum version of PHP or MySQL. This can cause your users to have bad experiences… Continue reading Don’t Let Your Plugin Be Activated on Incompatible Sites
Tag: plugins
Introducing: Automatic Updater for WordPress
Are you sick of having to wait several seconds for your WordPress site to update? Tired of your plugins not being updated as soon as an update is available? Well, do I have the solution for you! Automatic Updater for WordPress is a light-weight plugin that downloads and installs updates as soon as they become… Continue reading Introducing: Automatic Updater for WordPress