LLMS_Add_On::has_available_update()
Determine if there is an available update for the add-on
Return Return
(bool)
Source Source
File: includes/models/model.llms.add-on.php
public function has_available_update() {
return version_compare( $this->get_installed_version(), $this->get_latest_version(), '<' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.22.0 | Introduced. |