Hooks::getLeardashMetaGroupId( $key )
Get the gorup id from the meta key
Description
Source
File: bp-integrations/learndash/learndash/Hooks.php
177 178 179 180 181 | protected function getLeardashMetaGroupId( $key ) { $segments = explode ( '_' , $key ); return array_pop ( $segments ); } |
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.