do_action( 'bp_delete_term', boolean $deleted, int $term_id, string $taxonomy )

Fires once a BP Term has been deleted from the database.


Description Description


Parameters Parameters

$deleted

True.

$term_id

The deleted BP Term ID.

$taxonomy

The BP Taxonomy Name of the deleted BP Term ID.


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.