WEB PORTAL &COLLABORATIVE TOOLS
W hat is WordPress ? WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today . The files of WordPress define many useful PHP functions. 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 Plugins. The rest are used to create the core WordPress functionality. Many of the core WordPress functions are useful to Plugin and Theme developers. So, this article lists most of the core functions, excluding Template Tags. At the bottom of the page, there is a section listing other resources for finding information about WordPress functions. In addition to this information, the WordPress Code Refere...