Skip to content

Instantly share code, notes, and snippets.

@sebastianmoran-mainwp
Created March 1, 2019 03:50
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/f0c61cd1eeb316fc92e0888e5a56dd8f to your computer and use it in GitHub Desktop.
Save sebastianmoran-mainwp/f0c61cd1eeb316fc92e0888e5a56dd8f to your computer and use it in GitHub Desktop.
Remove InfinteWP options left after the client plugin is removed from WordPress using WP-CLI
# delete all infitewp option values
wp option delete iwp_backup_table_version
wp option delete iwp_client_action_message_id
wp option delete iwp_client_activate_key
wp option delete iwp_client_all_plugins_history
wp option delete iwp_client_all_themes_history
wp option delete iwp_client_public_key
wp option delete iwp_client_replaced_old_hash_backup_files
wp option delete iwp_client_wp_version_old
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment