wpsnoop: Origins of the WordPress database table "hiddenmysite"

WordPress is comprised of many database tables and many plugins and themes operate without needing to create new tables. When asked where did the table hiddenmysite come from?

This page provides some information on the hiddenmysite table and a list of plugins and themes where it may have originally come from.

Normal WordPress Database Tables

The following are commmonly WordPress database tables found in all standard installations

  • wp_posts
  • wp_postmeta
  • wp_options
  • wp_users
  • wp_usermeta
  • wp_term_taxonomy
  • wp_terms
  • wp_term_relationships
  • Many of these tables are related to each other, for a very complete and informative post explaining in great detail the inner workings of the WordPress table structure check out the wordpress codex database description