Browse: Home / Hooks /

learndash_version_upgraded

do_action( 'learndash_version_upgraded',  null|string $current_version,  string $version )

Action that runs whenever the plugin version moves forward.


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.