설명
Custom Post Type Toggle gives you a clear overview of every registered post type on your site — whether they come from WordPress core, your theme, or installed plugins. Post types are grouped under tabs by their source, so it’s easy to see what comes from where.
If you don’t need some post types (e.g. “Portfolio” from a theme you’re not using, or “Testimonials” from a plugin), switch them off. Disabling hides the post type in admin and prevents it being used on the front end.
Why use it
– Keep the admin menu uncluttered
– Reduce confusion for editors and clients
– Lighten the site by disabling unused post types
Features
– Toggle any post type (core or custom) on/off
– Tabs that group post types by source (Core, theme, plugin)
– Clean card-based interface with instant AJAX switching
– Counters for enabled, disabled and total
– Safe to use — re-enable at any time
How it works
The plugin inspects where register_post_type() is called from and labels the source as Core, active theme/child theme, or a specific plugin name.
스크린샷
설치
- Upload the plugin folder to
/wp-content/plugins/or install via Plugins Add New. - Activate the plugin.
- Go to Settings CPT Toggle.
- Use the tabs to view sources; flip the switches to enable/disable post types.
FAQ
-
Does disabling delete any content?
-
No. Content remains in the database. Re-enable the post type to access it again.
-
Will permalinks need refreshing?
-
Usually not. If you’ve changed a lot, visit Settings Permalinks and click Save to flush rules.
-
Some post types show under “Unknown”. Why?
-
Occasionally a source can’t be inferred from the stack. Tell us the CPT slug and we’ll refine detection.
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
“CPT Toggle – Disable Custom Post Types”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.
기여자자국어로 “CPT Toggle – Disable Custom Post Types”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1.5
- Fixed contributors
1.4
- Prepared for public release
- Bumped version to 1.4.
1.3
- Fixed .org review error: Plugin URI and Author URI are now different.
- Bumped version to 1.3.
1.2
- Paths: replaced internal constants with plugin-agnostic detection (active/network/MU plugins) for source mapping.
- Prefixing: unique
cptt_dcpprefix across class, options, AJAX and handles. - i18n: text domain now matches slug (
cpt-toggle-disable-custom-post-types). - Security: moved dynamic data to JSON-injected object for inline JS (proper escaping).
- Uninstall: cleans both new and legacy option names.
1.1
- Added translators comment before footer string with placeholder.
- Renamed plugin to “CPT Toggle – Disable Custom Post Types”.
- Bumped stable tag to 1.1.
1.0
- Added translators comments for placeholder strings.
- Removed load_plugin_textdomain() (WP.org auto-loads language packs).
- Sanitised/unslashed AJAX inputs; validated indexes; clearer error output.
- Readme: updated “Tested up to”, trimmed tags to 5, short description to ≤150 chars.
0.9
- Prepared WordPress.org assets, readme, license, uninstall.
- Minor copy tweaks.
0.8
- Tabs now scroll horizontally when there are many sources.
- Smooth scroll to the active tab.
0.7
- More reliable source detection (skip this plugin in backtrace).
- Capture during
register_post_type_args.
0.6
- Introduced tabbed UI, grouped by source (Core, plugins, theme).
- Card layout, AJAX toggles, counts.

