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.


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.