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