Learndash_Admin_Data_Upgrades::init_data_settings( bool $force_reload = false )
Initialize the LearnDash Settings array.
Description #
Important: We don’t want to officially deprecate this yet, but we don’t want to rely on it either. Start using Version_Tracker.
Parameters #
- $force_reload
-
(bool) (Optional) to force reload from database.
Default value: false
Return #
(void.)
Source #
File: includes/admin/class-learndash-admin-data-upgrades.php
Changelog #
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |