Action Version Update

eeb/settings/version_update

Description:
This action fires everytime a plugin is updated.

Parameter Type Description
EEB_VERSION string The version of the current plugin
$this->previous_version string The previous version of the plugin
do_action( 'eeb/settings/version_update', EEB_VERSION, $this->previous_version );
Updated on September 25, 2019

Was this article helpful?

Related Articles