The Plugin

For those not familiar with hot to write plugins for wordpress: there is a nice documentation/tutorial in the wordpress codes. A plugin adds additional functionality to the core system which allows to do more or less everything with wordpress. For most applications something suitable exists among the more tha 50,000 plugins currently available.

Plugin Setup (Install/Uninstall)

Note

This file also contains the install/uninstall procedures which are not yet fully implemented. MySQL table schemata included but not finally tested, might be out of date.

Loading Plugin

Whenever the plugin is activated in wordpress wp-wetterturnier.php will be loaded. This file is the “key file” containing the plugin description and plugin initialization. When loaded (on each wordpress request):