mycred_after_deletion

Description

This action indicates the instance when the myCRED plugin has been deleted. This action fires after the plugin has run it’s uninstall script, which means that all custom post types, balances and log entries have already been deleted and no longer found in your database. If you need to run tasks before this, consider using mycred_before_deletion 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.