Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jerturowetz/091433a8382421f9937ee071f471ef91 to your computer and use it in GitHub Desktop.
Save jerturowetz/091433a8382421f9937ee071f471ef91 to your computer and use it in GitHub Desktop.
Delete users meta box custom order in the WordPress admin
DELETE
FROM `wp_usermeta`
WHERE `meta_key` LIKE 'meta-box%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment