do_action( 'bp_insert_term', array $tt_ids , string $taxonomy , array $term_metas )
Fires when taxonomy terms have been set on BuddyPress objects.
Description Description
Parameters Parameters
- $tt_ids
-
An array containing the
term_id
andterm_taxonomy_id
. - $taxonomy
-
Taxonomy name.
- $term_metas
-
The term metadata.
Source Source
File: bp-core/bp-core-taxonomy.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |