Skip to content

Instantly share code, notes, and snippets.

@Lovor01
Last active August 2, 2022 10:18
Show Gist options
  • Select an option

  • Save Lovor01/3bd85e45f9862869ba16f3823661e237 to your computer and use it in GitHub Desktop.

Select an option

Save Lovor01/3bd85e45f9862869ba16f3823661e237 to your computer and use it in GitHub Desktop.
Clean WordPress revisions (using revisions wp cli extension)

Clean revisions

wp revisions dump --hard

without revisions addon

wp post delete $(wp post list --post_type='revision' --format=ids) --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment