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.
Source Source
File: bp-core/bp-core-taxonomy.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |