Skip to content

Instantly share code, notes, and snippets.

@sebastianmoran-mainwp
Created February 20, 2019 20:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianmoran-mainwp/26b3fb646454acd7dbc16eb7399dc468 to your computer and use it in GitHub Desktop.
Save sebastianmoran-mainwp/26b3fb646454acd7dbc16eb7399dc468 to your computer and use it in GitHub Desktop.
Remove ManageWP options left after the worker plugin is removed from WordPress using WP-CLI
# delete all managewp option values
wp option delete mwp_container_parameters
wp option delete mwp_container_site_parameters
wp option delete mwp_core_autoupdate
wp option delete mwp_incremental_update_active
wp option delete mwp_maintenace_mode
wp option delete mwp_openssl_parameters
wp option delete mwp_potential_key
wp option delete mwp_potential_key_time
wp option delete mwp_public_keys
wp option delete mwp_public_keys_refresh_time
wp option delete mwp_recovering
wp option delete mwp_service_key
wp option delete mwp_worker_configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment