Warning: This method has been deprecated. LLMS_Install::db_updates() is deprecated, use LLMS_DB_Upgrader::enqueue_updates() instead.

LLMS_Install::db_updates()

Queue all required db updates into the bg update queue


Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.install.php

750
751
752
753
754
755
756
}
 
/**
 * Get the WP User ID of the first available user who can 'manage_options'
 *
 * @since 5.0.0
 *

Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 LLMS_Install::db_updates() is deprecated, use LLMS_DB_Upgrader::enqueue_updates() instead.
3.4.3 Unknown.
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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