Browse: Home / Hooks /

learndash_version_downgraded

do_action( 'learndash_version_downgraded',  string $current_version,  string $version )

Action that runs whenever the plugin version moves backward.


Description #


Parameters #

$current_version

(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.