bp_groups_posted_update, $content, $user_id, $group_id, $activity_id

bp_groups_posted_update, $content, $user_id, $group_id, $activity_id

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_groups_posted_update, $content, $user_id, $group_id, $activity_id') is found 1 times:

  • /bp-groups/bp-groups-activity.php line 636
    	 * @param int    $user_id     ID of the user posting the update.
    	 * @param int    $group_id    ID of the group being posted to.
    	 * @param bool   $activity_id Whether or not the activity recording succeeded.
    	 */
    	do_action( 'bp_groups_posted_update', $content, $user_id, $group_id, $activity_id );
    
    	return $activity_id;
    }
    
    /**
     * Function used to determine if a user can delete a group activity item.