Updater::is_new_install()
Force upgrade script to run even without an existing version number The version was not previously stored for Event Automator.
Return
(bool)
Source
File: src/Common/Event_Automator/Updater.php
public function is_new_install() {
return false;
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |