I'm writing some code that depends on uniqueness of user ids in WordPress. Is that foolish, or am I correct in thinking there will never be a duplicate user id?
I'm writing some code that depends on uniqueness of user ids in WordPress. Is that foolish, or am I correct in thinking there will never be a duplicate user id?
There will never be a duplicate userID. they are indeed unique.