versusbassz / entity-viewer

Displays data (properties, custom fields) of WordPress entities (posts, users, terms, comments) for developers

Home Page:https://wordpress.org/plugins/entity-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entity viewer

It's a WordPress plugin that displays properties and custom fields of WordPress entities (posts, users, terms, comments) for debugging/development purposes.

Features

  • Supported entities: posts (including custom post types), users, terms, comments
  • Displayed data: properties (e.g. ID, guid, post_type) and custom fields (e.g. _edit_lock, _thumbnail_id )
  • Sorting by different conditions (ASC/DESC)
  • Searching/filtering (with highlighting of found result)
  • Pretty viewing of serialized data
  • Auto-updating on Gutenberg's "publish/update" actions
  • Manual updating without refreshing a whole page

How it works

The plugin displays the metabox on "edit" pages of supported WordPress entities in the WP Admin Panel.
The required role to access the info is Administrator for "Single site" mode and Super Admin for "Multisite".

Links

Versioning and stability

The project follows https://semver.org/

License

The license of the project is GPL v2 (or later)

About

Displays data (properties, custom fields) of WordPress entities (posts, users, terms, comments) for developers

https://wordpress.org/plugins/entity-viewer/

License:GNU General Public License v2.0


Languages

Language:PHP 47.1%Language:JavaScript 37.1%Language:SCSS 8.1%Language:Makefile 4.4%Language:Shell 3.4%