BP_Media_Model::get( $value )
Get the single item data
Description
Parameters
- $value
-
(Required)
Return
(array|null|object|void)
Source
File: bp-media/classes/class-bp-media-model.php
52 53 54 55 56 | static function get( $value ) { global $wpdb ; return $wpdb ->get_row( self::_fetch_sql( $value ) ); } |
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.