versusbassz / entity-viewer

Displays data (properties, custom fields) of WordPress entities (posts, users, terms, comments) for developers
https://wordpress.org/plugins/entity-viewer/
GNU General Public License v2.0
15 stars 1 forks source link

Implement better displaying of terms #51

Open versusbassz opened 3 years ago

versusbassz commented 3 years ago

Only wp_terms table is displayed for now.
It would be cool to display several tables in one entity tab (wp_term_taxonomy and wp_terms together)

Initial issue: #15