Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save BFTrick/526858f9905e83391a23 to your computer and use it in GitHub Desktop.

Select an option

Save BFTrick/526858f9905e83391a23 to your computer and use it in GitHub Desktop.
Find users meta box order in the WordPress admin
SELECT *
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