1. Home
  2. Plugins
  3. WP Mailto Links
  4. For Devs
  5. Actions
  6. Action after WP Mailto Links plugin update

Action after WP Mailto Links plugin update

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 );
Updated on September 10, 2019

Was this article helpful?

Related Articles