મુખ્ય સામગ્રીને બાયપાસ કરો

ResetDataStep

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

Properties

optionalcontentTypes

contentTypes?: (posts | pages | comments)[]

Content types to remove. When omitted, all posts, pages, custom post types, and comments are removed.

step

step: resetData
Page Options