| 开发者 | kristoffbertram |
|---|---|
| 更新时间 | 2026年8月27日 20:48 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | MIT |
| 版权网址: | 版权信息 |
There are none. Every enhancement appears where it applies — the parent filter only on hierarchical post types, the template column only where the theme registers templates — and stays out of the way everywhere else.
Every public post type with an admin UI, except attachments: the media library is a different screen with its own column plumbing.
Content, excerpt, parent, menu order, password, comment and ping status, taxonomy terms and post meta. The copy is created as a draft, owned by you, titled "… (Copy)", with an empty slug so it never collides with the original.
Then the active theme registers no page templates for that post type. The column and its filter appear only where there is something to show.
No. Everything it does happens in wp-admin.