Difference between revisions of "WordPress function"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "WordPress provides a set of functions which perform a variety of WordPress-related tasks. == Description == Some of the functions, known as Template Tag...")
 
 
Line 3: Line 3:
 
== Description ==
 
== Description ==
  
Some of the functions, known as [[Template Tags]], are defined especially for use in [[WordPress Themes]].
+
Some of the functions, known as [[WordPress Template Tag|Template Tags]], are defined especially for use in [[WordPress Themes]].
  
 
There are also some functions related to actions and filters (the Plugin API), which are therefore used primarily for developing WordPress Plugins.
 
There are also some functions related to actions and filters (the Plugin API), which are therefore used primarily for developing WordPress Plugins.

Latest revision as of 17:53, 25 October 2016

WordPress provides a set of functions which perform a variety of WordPress-related tasks.

Description

Some of the functions, known as Template Tags, are defined especially for use in WordPress Themes.

There are also some functions related to actions and filters (the Plugin API), which are therefore used primarily for developing WordPress Plugins.

The rest are used to create the core WordPress functionality.

See also

External links