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 and term_taxonomy_id.

$taxonomy

(string) Taxonomy name.

$term_metas

(array) The term metadata.


Source Source

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

View on Trac



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.