What’s the most efficient database method to add and query usermeta?
There are lots of examples to store the data in usermeta. But should this amount of data be stored in the usermeta table? I don’t see any reason why you should not use the default user meta data table, after-all that is what it is for, regardless of the amount of users/fields. The user meta … Read more