Browse: Home / Hooks /

learndash_version_upgraded_to_{$version}

do_action( "learndash_version_upgraded_to_{$version}",  null|string $current_version,  string $version )

Action that runs whenever the plugin version moves forward, for a specific version.


Description #


Parameters #

$current_version

(null|string) The version the plugin is currently set at.

$version

(string) The version the plugin is moving to.


Source #

File: src/Core/Version_Tracker.php


Changelog #

Changelog
Version Description
4.21.0 Introduced.