do_action( 'bp_set_object_terms', int $object_id, array $terms, array $tt_ids, string $taxonomy )

Fires when taxonomy terms have been set on BuddyPress objects.


Parameters Parameters

$object_id

(int) Object ID.

$terms

(array) Term or terms to remove.

$tt_ids

(array) Array of term taxonomy IDs.

$taxonomy

(string) Taxonomy name.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.