LLMS_DB_Upgrader::has_required_updates()
Determine whether or not there are required updates for a specified DB version.
Return Return
(boolean) Returns true
if there are updates to run, otherwise returns false
.
Source Source
File: includes/class-llms-db-ugrader.php
public function has_required_updates() { $required = $this->get_required_updates( $this->db_version ); return ! empty( $required ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |