wpmt/settings/version_update
Description:
This action fires the first time after the plugin is updated to a newer version
Parameter | Type | Description |
---|---|---|
WPMT_VERSION | string | The current version of the plugin |
$this->previous_version | string | The previous version of the plugin |
do_action( 'wpmt/settings/version_update', WPMT_VERSION, $this->previous_version );