IDPeek – Show Post, Page & User ID

설명

WordPress does not show IDs anywhere in the admin by default, even though developers, theme builders, and site admins need them constantly for shortcodes, custom code, and page builders.

IDPeek adds a simple “ID” column to every admin list table:

  • Posts
  • Pages
  • Media
  • Custom post types (Products, Portfolios, etc.)
  • Categories, Tags, and custom taxonomies
  • Users
  • Comments

No configuration. No settings page. Activate and the ID column appears everywhere automatically.

Why use this plugin

  • Zero setup, zero settings page
  • Lightweight, adds no database queries beyond what WordPress already loads
  • Works with any custom post type or taxonomy automatically
  • Safe: read-only, does not modify any of your content or data

설치

  1. Upload the idpeek folder to /wp-content/plugins/, or install directly through the Plugins screen in WordPress.
  2. Activate the plugin through the ‘Plugins’ screen.
  3. Visit any Posts, Pages, Users, or Categories screen. The ID column appears automatically.

FAQ

Does this work with custom post types?

Yes. It automatically detects every registered post type and taxonomy that has an admin UI, including ones added by other plugins like WooCommerce.

Does this plugin store any data?

No. It only reads existing IDs and displays them. Nothing is written to your database.

Will this slow down my site?

No. It only runs in the admin area and does not affect your site’s front end at all.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“IDPeek – Show Post, Page & User ID”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “IDPeek – Show Post, Page & User ID”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.3

  • Added a gentle, dismissible admin notice asking for a review after 7 days of use.
  • Notice snoozes for 7 days if dismissed, capped at 5 total prompts.
  • Fixed activation timestamp for users updating from earlier versions.

1.0.2

  • Renamed plugin to IDPeek for distinctiveness.
  • Enqueued admin CSS properly instead of inline output.
  • Prefixed all class names, functions, and identifiers uniquely.

1.0.1

  • Fixed ID column not appearing for custom post types, custom taxonomies, media, and comments.

1.0.0

  • Initial release.