This function has been deprecated. — nss_plugin_updater_sfwd_lms is deprecated instead.
learndash_get_updater_instance( bool $force_new = false )
Gets the nss_plugin_updater_sfwd_lms instance.
Description #
If the instance already exists it returns the existing instance otherwise creates a new instance.
Parameters #
- $force_new
-
(bool) (Optional) Whether to force a new instance.
Default value: false
Return #
(nss_plugin_updater_sfwd_lms) The nss_plugin_updater_sfwd_lms instance.
Source #
File: includes/ld-license.php
Changelog #
| Version | Description |
|---|---|
| 4.18.0 | -- nss_plugin_updater_sfwd_lms is deprecated. |
| 4.0.0 | Introduced. This function has been deprecated. -- nss_plugin_updater_sfwd_lms is deprecated instead. |