bp_type_updated, $type_term_id, $type_taxonomy
bp_type_updated, $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_updated, $type_term_id, $type_taxonomy') is found 1 times:
- /bp-core/admin/bp-core-admin-types.php line 200
* * @param integer $type_term_id The Type's term_ID. * @param string $type_taxonomy The Type's taxonomy name. */ do_action( 'bp_type_updated', $type_term_id, $type_taxonomy ); // Finally informs about the successful update. return true; } /**