-
Notifications
You must be signed in to change notification settings - Fork 17
Dummy Data Generator
Alex Prokopenko edited this page Aug 28, 2018
·
3 revisions
Framework base has feature to provide dummy data pattern and then generate content base on that pattern using FakerPress plugin.
To make a pattern you need to add faker
method inside a Post type class. This method should return key value pairs for metadata values.
You can read more details on Framework wiki page: FakerPress Support