This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
BP_Media_Model::_table()
Get the DB table
Description
Return
(string)
Source
File: bp-media/classes/class-bp-media-model.php
private static function _table() { $bp_prefix = bp_core_get_table_prefix(); $tablename = strtolower( get_called_class() ); return $bp_prefix . $tablename; }
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.