5. Developer Guide¶
This document is to help developers to integrate and customize the features of seo panel.
- 5.1. Plugin Development Guide
- 5.1.1. Introduction
- 5.1.2. Steps to Create a Seo Panel Plugin
- 5.1.3. Common Plugin Functions
- 5.1.3.1. 1) pluginGETMethod($args=’’, $area=’content’)
- 5.1.3.2. 2) pluginPOSTMethod($formName, $area=’content’, $args=’’)
- 5.1.3.3. 3) pluginConfirmGETMethod($args=’’, $area=’content’)
- 5.1.3.4. 4) pluginConfirmPOSTMethod($formName, $area=’content’, $args=’’)
- 5.1.3.5. 5) pluginMenu($args=’’, $area=’content’)
- 5.1.4. Plugin Constants
- 5.1.5. Common Database Functions
- 5.1.6. Session Management Functions
- 5.2. Theme Development Guide