Admin and User API
From GeeklogWiki
These are the functions used to allow your plugin to access the admin and user system</p>
| Function | Description of Function |
|---|---|
| ShowPluginAdminOptions | Loops through all enabled plugins
and calls their plugin_showadminoption_<plugin name> so thatthe plugin shows any option(s) they need under the Admin block. |
| ShowPluginUserOptions | Loops through all enabled plugins
and calls their plugin_showuseroptions_<plugin name> so thatthe plugin shows any option(s) users need in their User Functions block |
| HandlePluginAdminEdit | Calls the plugin_adminedit_<plugin
name> method so that the "new <plugin name> | Admin Home" links show up at the top of admin/plugins/<plugin name>.php.This is implemented strictly for consistency of the UI |
| GetPluginSubmissionCounts | Loops through all enabled plugins
and calls their plugin_submissioncount_<plugin name> methodso that the number of submissions for plugins gets displayed |

