Created
June 26, 2025 21:11
-
-
Save lukecav/ef2b273c37873ebcdb18dc7ff2c5b2f0 to your computer and use it in GitHub Desktop.
Empty the Jetpack Sync Queue database table using a WP-CLI command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wp db query "TRUNCATE TABLE wp_jetpack_sync_queue;" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://developer.wordpress.org/cli/commands/db/query/