apply_filters( 'llms_can_auto_update_db', boolean $autoupdate , string $db_version , LLMS_DB_Upgrader $upgrader )
Filters the list of database updates.
Parameters Parameters
- $autoupdate
-
(boolean) Whether or not an automatic update can be run.
- $db_version
-
(string) The specified DB that's being upgraded from.
- $upgrader
-
(LLMS_DB_Upgrader) Instance of the database upgrader.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |