mycred_before_deletion
Description
This action indicates the instance when the myCRED plugin is about to be deleted. This action fires before the plugin has run it’s uninstall script, which means that all custom post types, balances and log entries are still accessible. If you need to run tasks after these details are deleted, consider using the mycred_after_deletion action instead.
Available since version 1.3
Parameters
Param | Type | Required | Description |
---|---|---|---|
$install |
obj | No | The myCRED_Install class object which is used for both installations and uninstallations. |
Used By
Package | Prio. | Description |
---|---|---|
Not used by any built-in package. |
Examples
No example found.