Difference between revisions of "WordPress plugin"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(etc)
(cf)
Line 10: Line 10:
  
 
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.
 
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.
 +
 +
== See also ==
 +
 +
* [[WordPress]]
  
 
== External links ==
 
== External links ==

Revision as of 15:11, 26 August 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.

See also

External links

My favorite plugins include: