apply_filters( 'bp_get_terms', array $terms , array $args )
Filter here to modify the BP Terms found into the database.
Description Description
Parameters Parameters
- $terms
-
The list of terms matching arguments.
- $args
-
Array of arguments used to query BP Terms.
Source Source
File: bp-core/bp-core-taxonomy.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |