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

File: bp-core/bp-core-taxonomy.php

View on Trac



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.