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()


Top ↑

Return Return

(array) The list of terms matching arguments.


Top ↑

Source Source

File: bp-core/bp-core-taxonomy.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.