Skip to content

Instantly share code, notes, and snippets.

@starsinmypockets
Created December 13, 2021 18:23
Show Gist options
  • Save starsinmypockets/4905f83e168b702a40a6ed2c900a2d4b to your computer and use it in GitHub Desktop.
Save starsinmypockets/4905f83e168b702a40a6ed2c900a2d4b to your computer and use it in GitHub Desktop.
WP CLI commands
# Delete all spam comments
wp comment delete $(wp comment list --status=spam --format=ids) --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment