Sync::preCheck()
Standard pre check bore all sync happens
Description
Source
File: bp-integrations/learndash/buddypress/Sync.php
292 293 294 295 296 297 298 299 300 301 302 | protected function preCheck() { global $bp_ld_sync__syncing_to_buddypress ; // if it's group is created from buddypress sync, don't need to sync back if ( $bp_ld_sync__syncing_to_buddypress ) { return false; } return $this ->enabled(); } |
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.