Settings::__construct()
Constructor
Description
Source
File: bp-integrations/learndash/core/Settings.php
32 33 34 35 36 37 38 | public function __construct() { $this ->installDefaultSettings(); $this ->loader = new ValueLoader( $this ->options); add_action( 'bp_ld_sync/setting_updated' , [ $this , 'setGroupSyncTimestamp' ], 10, 2); } |
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.