@wp-playground/blueprintsInterfacesResetDataStepSur cette pageResetDataStep Deletes the selected WordPress content through WordPress APIs so dependent records are removed with it. Empty tables have their sequences reset so later imports receive the identifiers they would on a site without the removed content.@example<code>{ "step": "resetData"}</code>Index PropertiescontentTypesstepProperties optionalcontentTypescontentTypes?: (posts | pages | comments)[]Content types to remove. When omitted, all posts, pages, custom post types, and comments are removed.stepstep: resetData
Deletes the selected WordPress content through WordPress APIs so dependent records are removed with it. Empty tables have their sequences reset so later imports receive the identifiers they would on a site without the removed content.