Skip to content

Instantly share code, notes, and snippets.

@simongcc
Created January 14, 2014 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simongcc/8413739 to your computer and use it in GitHub Desktop.
Save simongcc/8413739 to your computer and use it in GitHub Desktop.
Common use MySQL queries for developing Wordpress convenice
Reset positions of metaboxes in admin
SELECT *
FROM `wp_usermeta`
WHERE `user_id` =1
AND `meta_key` LIKE '%meta-box%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment