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.


Top ↑

Source Source

File: includes/class-llms-db-ugrader.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.