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