Kilandor |
|
---|---|
Tags are shown by placing them int he file wiht the hooks on Tags=
There is no way to output any text to the plugin page.
if($action == 'install')
{
//Code that is executed on install
}
elseif($action == 'uninstall')
{
//Code that its executed on uninstall
} |