bp_before_activity_delete, $args

bp_before_activity_delete, $args

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_before_activity_delete, $args') is found 1 times:

  • /bp-activity/bp-activity-functions.php line 3035
    	 * @since 1.5.0
    	 *
    	 * @param array $args Array of arguments to be used with the activity deletion.
    	 */
    	do_action( 'bp_before_activity_delete', $args );
    
    	// Adjust the new mention count of any mentioned member.
    	bp_activity_adjust_mention_count( $args['id'], 'delete' );
    
    	$activity_ids_deleted = BP_Activity_Activity::delete( $args );
    	if ( empty( $activity_ids_deleted ) ) {