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

$taxonomy

Taxonomy name.

$term_metas

The term metadata.


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.