Sync::groupUserEditCheck( $role, $groupId )
Check if the user type need to be synced
Description
Source
File: bp-integrations/learndash/learndash/Sync.php
189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 | protected function groupUserEditCheck( $role , $groupId ) { if (! $this ->preCheck()) { return false; } if ( 'none' == bp_ld_sync( 'settings' )->get( "learndash.default_{$role}_sync_to" )) { return false; } $generator = $this ->generator(null, $groupId ); if (! $generator ->hasBpGroup()) { return false; } return $generator ; } |
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.