Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created June 26, 2025 21:11
Show Gist options
  • Save lukecav/ef2b273c37873ebcdb18dc7ff2c5b2f0 to your computer and use it in GitHub Desktop.
Save lukecav/ef2b273c37873ebcdb18dc7ff2c5b2f0 to your computer and use it in GitHub Desktop.
Empty the Jetpack Sync Queue database table using a WP-CLI command
wp db query "TRUNCATE TABLE wp_jetpack_sync_queue;"
@lukecav
Copy link
Author

lukecav commented Jun 26, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment