Difference between revisions of "WordPress plugin"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
(etc)
Line 9: Line 9:
 
== Authoring plugins ==
 
== Authoring plugins ==
  
Authoring new plugins requires some knowledge of [[PHP]], and research into the plugin architecture.  Many tutorials and examples are available on the web to help developers acquire the necessary knowledge.
+
Authoring new plugins requires some knowledge of [[PHP]], and specific knowledge about the plugin architecture.  Many tutorials and examples are available on the web to help developers acquire the necessary knowledge.
  
 
== External links ==
 
== External links ==

Revision as of 06:35, 31 July 2015

A plugin is a self-contained unit of source code which "plugs in" to some larger computer program.

Plugins allow for the modification of existing features, and the addition of new features.

Programs that support plugins, such as WordPress, are said to have a plugin architecture.

Many plugins are available for free. Other plugins are commercial products, commonly with a free starter version, and a pay version which unlocks more features.

Authoring plugins

Authoring new plugins requires some knowledge of PHP, and specific knowledge about the plugin architecture. Many tutorials and examples are available on the web to help developers acquire the necessary knowledge.

External links

My favorite plugins include: