Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created May 20, 2014 16:15
Show Gist options
  • Save BFTrick/7ff9decdde58567a79b2 to your computer and use it in GitHub Desktop.
Save BFTrick/7ff9decdde58567a79b2 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