| 开发者 | GeekStreetWP |
|---|---|
| 更新时间 | 2026年3月11日 06:23 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 |
| 版权网址: | 版权信息 |
query-all-the-post-types folder to /wp-content/plugins/It uses the WordPress core function get_post_types() to retrieve all registered post types at runtime. Nothing is hardcoded — any post type registered by any plugin, theme, or WordPress core will appear automatically.
Go to Tools > Query Post Types in your WordPress admin dashboard.
In version 2.0, the plugin moved from its own top-level admin menu to the Tools menu. Look for Tools > Query Post Types.
These buttons only appear for post types that have show_ui set to true. Internal post types without an admin interface won't have these action buttons.
Look for the purple WooCommerce tab! All WooCommerce-related post types (products, orders, coupons, subscriptions, etc.) are grouped there for easy access. The tab only appears when WooCommerce is active.
Yes. The plugin is read-only and doesn't modify any data. It only displays information about registered post types.
Yes. Each site in a multisite network will display its own registered post types.