bp_delete_term( int $term_id, string $taxonomy = '' )

Deletes a BP Term.


Description Description


Parameters Parameters

$term_id

(Required) The BP Term ID. Required.

$taxonomy

(Optional) The BP Taxonomy Name. Required.

Default value: ''


Top ↑

Return Return

(bool|WP_Error) True on success, WP_Error on failure.


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.