bp_delete_term, $deleted, $term_id, $taxonomy
bp_delete_term, $deleted, $term_id, $taxonomy
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_delete_term, $deleted, $term_id, $taxonomy') is found 1 times:
- /bp-core/bp-core-taxonomy.php line 499
Warning: Undefined array key 502 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 503 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 504 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* @param boolean $deleted True. * @param int $term_id The deleted BP Term ID. * @param string $taxonomy The BP Taxonomy Name of the deleted BP Term ID. */ do_action( 'bp_delete_term', $deleted, $term_id, $taxonomy ); return $deleted; }