Title: Entity Viewer
Author: versusbassz
Published: <strong>جنوری 28, 2022</strong>
Last modified: ستمبر 13, 2024

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://s.w.org/plugins/geopattern-icon/entity-viewer.svg)

# Entity Viewer

 منجانب [versusbassz](https://profiles.wordpress.org/versusbassz/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/entity-viewer.0.5.2.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/entity-viewer/#description)
 * [جائزے](https://ur.wordpress.org/plugins/entity-viewer/#reviews)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/entity-viewer/#developers)

 [معاونت](https://wordpress.org/support/plugin/entity-viewer/)

## تفصیل

The plugin 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

[Github repo](https://github.com/versusbassz/entity-viewer/), [Github issues](https://github.com/versusbassz/entity-viewer/issues/)

## جائزے

![](https://secure.gravatar.com/avatar/98195d228e9177e36ca8a13d4c674356c6df724a3e0468dc646c9cc872a077a8?
s=60&d=retro&r=g)

### 󠀁[Essential for development workflow](https://wordpress.org/support/topic/essential-for-development-workflow/)󠁿

 [Bowo](https://profiles.wordpress.org/qriouslad/) جون 3, 2023

Thank you for creating and maintaining this plugin. It has been one of a select 
few essential plugins in my development workflow, alongside Query Monitor, Debug
Log Manager (mine), Variable Inspector (mine), SQL Buddy and WP Console. If you 
have a donation link, please share it. Happy to donate.

![](https://secure.gravatar.com/avatar/f69aa7bd0e4fb9e81b11ebdf55167b10966a85b69b0db71c078cdad63d412106?
s=60&d=retro&r=g)

### 󠀁[Очень удобный плагин](https://wordpress.org/support/topic/%d0%be%d1%87%d0%b5%d0%bd%d1%8c-%d1%83%d0%b4%d0%be%d0%b1%d0%bd%d1%8b%d0%b9-%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd-12/)󠁿

 [Artem Abramovich](https://profiles.wordpress.org/artabr/) فروری 1, 2022 1 reply

Очень, очень удобный плагин для разработчика. Показывает все данные и меты разных
сущностей – посты, термы, юзеры. Очень удобно

 [ تمام 2 جائزے پڑھیں ](https://wordpress.org/support/plugin/entity-viewer/reviews/)

## شراکت دار اور ڈیویلپرز

“Entity Viewer” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ versusbassz ](https://profiles.wordpress.org/versusbassz/)

[“Entity Viewer” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/entity-viewer)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/entity-viewer/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/entity-viewer/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/entity-viewer/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/entity-viewer/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 0.5.2 — 2024.09.13

 * Fix – Fix "regeneratorRuntime is not defined” JS-error
 * Dev – Update "Tested up to” version of WP core: 5.9 -> 6.6

#### 0.5.1 — 2022.01.29

 * Dev – Fix "Requires at least” header in the entry PHP-file of the plugin

#### 0.5.0 — 2022.01.29

 * Dev – Add the github workflow to do releases on wp.org automatically

#### 0.4.0 — 2022.01.23

 * Breaking changes – Change the prefix of PHP-functions (of the plugin) in the 
   global namespace: vsm_ -> entview_
 * Breaking changes – Change the prefix of PHP-WP-filters of the plugin: vsm/ ->
   entview/
 * Breaking changes – Change the PHP namespace of the plugin: VsEntityViewer -> 
   Versusbassz\EntityViewer
 * Fix – the issues that were sent by wp.org moderation team on the plugin submission
   to the wp.org plugins repo

#### 0.3.1 — 2022.01.21

 * Fix – Remove unnecessary debug output from javascript code

#### 0.3.0 — 2022.01.21

 * Breaking changes – The plugin has been renamed: "Meta viewer” -> "Entity viewer”
 * Breaking changes, Requirements – Update required PHP version: 7.3+ -> 7.4+
 * Breaking changes, Requirements – Update minimal required WordPress core version:
   5.6.4 -> 5.7.0
 * New – Display properties of WP entities in the metabox
 * New – Add tabs to metabox to switch visibility of properties and custom fields
 * New – Support "Multisite” mode
 * Enhancement – Add pretty displaying of "null” values
 * Enhancement – Provide a hint for a user if a search query was found in a raw 
   value but wasn’t highlighted in a "pretty” value
 * Enhancement – Disable text selection on unnecessary elements
 * Enhancement – Add details to phrases in the admin notices about incompatible 
   PHP/WP versions
 * Misc – Prepare the plugin for release on wordpress.org
 * Fix – Handle the case of incorrect JSON (syntax error) on AJAX response
 * Fix – Fix non-valid layout of the metabox
 * Fix – Fix unnecessary "subscribe” actions in the logic of compatibility with 
   Gutenberg
 * Dev – Rework the initialization logic of the plugin
 * Dev, i18n – Implement i18n support
 * New, Dev – Add "vsm/plugin_enabled”, "vsm/is_plugin_allowed”, "vsm/is_i18n_enabled”
   filters

#### 0.2.1 — 2021.06.27

 * Fix – Highlight search results in id,name colums also
 * Fix – Enable Gutenberg compatibility logic only on pages where it exists (editing
   of post, pages, etc)

#### 0.2.0 — 2021.06.27

 * New – Add "Refresh data” button (updating data of the metabox dynamically)
 * Enhancement – The interface of the plugin has been rewritten on ReactJS
 * Enhancement – Update metabox content on Gutenberg "Publish/Update” actions
 * Enhancement – Highlight search results
 * Security – Update `glob-parent` npm dependency
 * Dev – Add browserlist
 * Dev – Migrate from `node-sass` to `sass` (Dart implementation)

#### 0.1.0 — 2021.06.01

 * New – Dynamic search (with hidding of not relevant fields)
 * New – Add an admin notice for installations with old PHP versions
 * New – Add minimal supported WordPress core version + admin notice
 * Maintenance – Update required PHP version: 5.4+ -> 7.3+
 * Fix – Replace `<pre>` tag for values with a styled div (because of incorrect 
   formatting of long values)
 * Dev – Build CSS/JS code with webpack
 * Dev – Add README.md

## میٹا

 *  Version **0.5.2**
 *  Last updated **2 سال پہلے**
 *  Active installations **100+**
 *  WordPress version ** 5.7 یا اس سے جدید **
 *  Tested up to **6.6.6**
 *  PHP version ** 7.4 یا اس سے جدید **
 *  Language
 * [English (US)](https://wordpress.org/plugins/entity-viewer/)
 * Tags
 * [custom](https://ur.wordpress.org/plugins/tags/custom/)[display](https://ur.wordpress.org/plugins/tags/display/)
   [field](https://ur.wordpress.org/plugins/tags/field/)[meta](https://ur.wordpress.org/plugins/tags/meta/)
   [metabox](https://ur.wordpress.org/plugins/tags/metabox/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/entity-viewer/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/entity-viewer/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/entity-viewer/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/entity-viewer/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/entity-viewer/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/entity-viewer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/entity-viewer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/entity-viewer/reviews/)

## شراکت دار

 *   [ versusbassz ](https://profiles.wordpress.org/versusbassz/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/entity-viewer/)