bp_type_deleted, $type_term_id, $type_taxonomy
bp_type_deleted, $type_term_id, $type_taxonomy
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_type_deleted, $type_term_id, $type_taxonomy') is found 1 times:
- /bp-core/admin/bp-core-admin-types.php line 281
Warning: Undefined array key 285 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
Warning: Undefined array key 286 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167
* * @param integer $type_term_id The Type's term_ID. * @param string $type_taxonomy The Type's taxonomy name. */ do_action( 'bp_type_deleted', $type_term_id, $type_taxonomy ); // Finally informs about the successful delete. return true; }