bp_get_terms( array $args = array() )
Get taxonomy BP Terms from the database.
Description Description
Parameters Parameters
- $args
-
(Optional) Array of arguments to query BP Terms. @see
get_terms()
for full description of arguments in case of a member type.Default value: array()
Return Return
(array) The list of terms matching arguments.
Source Source
File: bp-core/bp-core-taxonomy.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |