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.


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.