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

Fires when taxonomy terms have been removed from BuddyPress objects.


Description Description


Parameters Parameters

$object_id

Object ID.

$terms

Term or terms to remove.

$taxonomy

Taxonomy name.


Top ↑

Source Source

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


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.