You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the pattern created on the Post Provider, the request here is to create a provider for Faker and a module for FakerPress.
Idea on Providers is a Class to create more methods for the Faker class.
The idea for a Module is a Class that will allow you to take the methods from Faker save it to a instance at your Module class statically them save those faked variables to the DataBase.
Following the pattern created on the Post Provider, the request here is to create a provider for
Faker
and a module forFakerPress
.Idea on Providers is a Class to create more methods for the
Faker
class.The idea for a Module is a Class that will allow you to take the methods from Faker save it to a instance at your Module class statically them save those faked variables to the DataBase.
Follow the ideas on the Post Module and Post Provider to do both.
For the comments Module you should take a look at
wp_insert_comment
function of WordPress.Remember that on the comments module you should look for posts that exists before creating the Comments.
The text was updated successfully, but these errors were encountered: