Skip to content

Instantly share code, notes, and snippets.

@seanconklin
Last active August 24, 2020 00:05
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 seanconklin/e09cbd905452d72d405b8abfdb31e436 to your computer and use it in GitHub Desktop.
Save seanconklin/e09cbd905452d72d405b8abfdb31e436 to your computer and use it in GitHub Desktop.
SELECT meta_key, count( meta_key )
FROM wp_postmeta
GROUP BY `meta_key`
ORDER BY count( meta_key ) DESC
LIMIT 50;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment