Skip to content

Instantly share code, notes, and snippets.

@sebastianmoran-mainwp
Created March 4, 2019 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianmoran-mainwp/5ed53d8626b425b72e7ec95de0dda68f to your computer and use it in GitHub Desktop.
Save sebastianmoran-mainwp/5ed53d8626b425b72e7ec95de0dda68f to your computer and use it in GitHub Desktop.
Remove iThemes Sync options left after the plugin is removed from WordPress using WP-CLI
# delete all ithemes sync option values
wp option delete ithemes-sync-admin_menu
wp option delete ithemes-sync-cache
wp option delete ithemes-updater-cache
wp option delete ithemes-updater-keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment