How to deactivate a WordPress plugin automatically
The ability to deactivate a WordPress plugin automatically is a handy feature. It gives a plugin developer the ability to deactivate their plugin when certain criteria are met.
The ability to deactivate a WordPress plugin automatically is a handy feature. It gives a plugin developer the ability to deactivate their plugin when certain criteria are met.
This post will illustrate a very simple modular plugin and how to extend it using another plugin.
A modular plugin is a plugin that can be extended or modified without changing the core plugin code.
Custom post types in WordPress are a handy way to create a new type of post for specific type of information.
Have you ever wanted to add some functionality to a WordPress site, but you didn’t want to modify any of the WordPress PHP files (functions.php to be specific)? Creating a plugin in WordPress is the answer, and it’s a pretty simple task. It can open the door to whole new world of possibilities when working with a WordPress site.