Skip to content

Instantly share code, notes, and snippets.

@kosarlukascz
Created February 6, 2020 07:15
Show Gist options
  • Save kosarlukascz/2aa9c1849852338b826e0aac4a37efc2 to your computer and use it in GitHub Desktop.
Save kosarlukascz/2aa9c1849852338b826e0aac4a37efc2 to your computer and use it in GitHub Desktop.
Change (1,2) to the main admins IDs
DELETE FROM wp_users WHERE ID NOT in (1,2)
DELETE FROM wp_usermeta WHERE user_id NOT in (1,2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment