do_action( "appthemes_upgrade_{$option_key}", string $new_version, string $old_version )

Fires in the updated version notice after upgrade procedure before saving new version in options.


Package


Description Description

The dynamic portion of the hook refers to the version option name.

The hook here needed to avoid duplicated versions checks in upgrade procedures.


Parameters Parameters

$new_version

(string) The new version tag.

$old_version

(string) The old version tag.


Premium WordPress Apps

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.