Browse: Home / Hooks /

learndash_version_downgraded_to_{$version}

do_action( "learndash_version_downgraded_to_{$version}",  string $current_version,  string $version )

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


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.