fbpx

How Can I Add a User Through SQL

Adding a user through SQL involves two parts. First, adding a record into the WorPress users table and then second adding a record into the WordPress usermeta table. The table prefix will likely be different for different WordPress installations. In the code snippets below wp_ is the table prefix, however for your installation it may…