bbp_bump_user_reply_count

bbp_bump_user_reply_count

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_bump_user_reply_count') is found 1 times:

  • /includes/users/functions.php line 746
    	$difference       = (int) $difference;
    	$user_reply_count = (int) ( $count + $difference );
    
    	// Add them up and filter them
    	$new_count = (int) apply_filters( 'bbp_bump_user_reply_count', $user_reply_count, $user_id, $difference, $count );
    
    	return bbp_update_user_reply_count( $user_id, $new_count );
    }
    
    /**
     * Helper function used to increase (by one) the count of topics for a user when