LLMS_DB_Upgrader::get_updates()
Retrieves the updates list
Return Return
(array)
Source Source
File: includes/class-llms-db-ugrader.php
public function get_updates() { /** * Filters the list of database updates. * * @since 5.2.0 * * @param array $updates List of updates to be run. * @param LLMS_DB_Upgrader $upgrader Instance of the database upgrader. */ return apply_filters( 'llms_db_updates_list', $this->updates, $this ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |