do_action( 'bp_before_delete_term', int $term_id , string $taxonomy )
Fires before a BP Term is deleted from the database.
Description Description
Parameters Parameters
- $term_id
-
The BP Term ID.
- $taxonomy
-
The BP Taxonomy Name.
Source Source
File: bp-core/bp-core-taxonomy.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |