archives

Introduction This page talks about the API documentation (Application Programming Interface) available for WordPress plugin developers, shows how developers of plugins can use them. This article assumes that you’ve read Writing a Plugin, giving an overview (and many details) of how to develop a plugin. The same speaks specifically about the API “Hooks”, also known […]

Continue Reading  

Plugins are tools to extend the functionality of WordPress. The core of WordPress is designed to be lean, to maximize flexibility and minimize code bloat. Plugins offer custom functions and features so that each user can tailor their site to their specific needs. This article is a comprehensive list of resources related to plugins and […]

Continue Reading  

Introduction WordPress Plugins allow easy modification, customization, and enhancement of a WordPress site. Instead of changing the core programming of WordPress, you can add functionality with WordPress Plugins. Here is a basic definition: WordPress Plugin: A WordPress Plugin is a program, or a set of one or more functions, written in the PHP scripting language, […]

Continue Reading  

WordPress Plugins are composed of PHP scripts that extend the functionality of WordPress. They offer new additions to your blog that either enhance features that were already available or add otherwise unavailable new features to your site. The majority of WordPress users don’t require Plugins, or only require a few, such as Plugins dealing with […]

Continue Reading