bordoni / fakerpress

A WordPress plugin that implements an easy way to create fake data inside WordPress.
http://fakerpress.com
Other
338 stars 54 forks source link

Create comments using existing user data for author & user ID column #165

Open tadhgboyle opened 1 year ago

tadhgboyle commented 1 year ago

I am using this to generate a bunch of data I then want to export and use to test a Wordpress migrator I am making for a forum software.

After generating 15 users, I made some posts and comments (in that order). Looking at the database, the user_id column of all created comments is 0, and the author is a random name. I expected these to be pulled from a random pre-existing user.

Is it possible to get this added as an option?