do_action( 'bp_before_insert_term', string $term , string $taxonomy , array $args )
Fires before a BP Term is added to the database.
Parameters Parameters
- $term
-
(string) The BP term name to add.
- $taxonomy
-
(string) The BP taxonomy to which to add the term.
- $args
-
(array) Array of arguments for inserting a BP term.
Source Source
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |