Admin::init()
Add actions once integration is ready
Description
Source
File: bp-integrations/learndash/buddypress/Admin.php
public function init() { if (! bp_ld_sync('settings')->get('buddypress.enabled')) { return; } add_action('bp_group_admin_edit_after', [$this, 'saveGroupSyncMetaBox']); add_action('bp_groups_admin_meta_boxes', [$this, 'addGroupSyncMetaBox']); }
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.