@wp-playground/blueprintsFunctionsresetDataresetData CallableresetData(php: UniversalPHP, args: Omit<ResetDataStep, step>, progressArgs?: StepProgress): anyDeletes 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.Parametersphp: UniversalPHPA PHP instance or Playground client.args: Omit<ResetDataStep, step>optionalprogressArgs: StepProgressReturns any
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.