alleyinteractive / meta-inspector

See your post, term, and user meta data.
GNU General Public License v2.0
16 stars 3 forks source link

Updates meta inspector class to handle comments #4

Closed gfargo closed 5 years ago

gfargo commented 6 years ago

Adds support for comment meta. The comments page fires the add_meta_box hook, however, it only seems to function when the context of the meta box is set to normal.

Also, because the comments system isn't considered a post object we fall back on to using the current screen ID to determine the context.

This PR would resolve #3.