bp_invitation_after_update, $where_args, $update_args
bp_invitation_after_update, $where_args, $update_args
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_invitation_after_update, $where_args, $update_args') is found 1 times:
- /bp-core/classes/class-bp-invitation.php line 969
* @param array $where_args Associative array of columns/values describing * invitations about to be deleted. * @param array $update_args Array of new values. */ do_action( 'bp_invitation_after_update', $where_args, $update_args ); return $retval; } /** * Delete invitations.