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
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.