WordPress function
From Wiki @ Karl Jones dot com
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
- WordPress
- Subroutine - similar terms include function and method
External links
- Function Reference @ codex.wordpress.org