Introduction WordPress’ users table was designed to contain only the essential information about the user. Because of this, to store additional data, the usermeta table was introduced, which can store any arbitrary amount of data about a user. Both tables are tied together using one-to-many relationship based on the ID in the users table. Manipulating … Continue reading Working with User Metadata
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed