Custom Fields
Custom Fields Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.
What it does
Section titled “What it does”Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.
- Affects the WordPress REST API.
- Managed from a dedicated admin page under WP PowerSuite.
- Activate license.
- Default template.
- Clear all.
- Search posts….
When to use it
Section titled “When to use it”Enable it if:
- You specifically need: Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.
- You want this Content feature without installing a separate plugin for it.
When not to use it
Section titled “When not to use it”Settings
Section titled “Settings”Custom Fields has a dedicated admin page under WP PowerSuite. Enable the module, then open that page to configure it.
How to enable it
Section titled “How to enable it”- Go to WP PowerSuite -> Modules.
- Open Content or search for “Custom Fields”.
- Toggle Custom Fields on.
- Confirm your WP PowerSuite license is active.
- Open the module settings / admin page and save.
Toggle it off anytime to stop this module from loading.
How to test it
Section titled “How to test it”- Confirm Custom Fields is enabled under WP PowerSuite -> Modules -> Content.
- Use the feature this module controls (the admin UI, front-end behavior, upload, login flow, etc.).
- ✅ Pass: you see the module-specific behavior described above.
- ❌ Fail: re-check this module’s settings and license, then look for another plugin doing the same job.
Troubleshooting
Section titled “Troubleshooting”- No change after enabling. Confirm the toggle is on, hard-refresh, and review this module’s settings.
- Conflicts. Temporarily disable other plugins that implement the same feature.
- Locked / inactive. Activate a valid WP PowerSuite license.
- Unexpected side effect. Toggle Custom Fields off to revert, then re-enable with adjusted settings.
What does Custom Fields do?
Add custom fields to posts and taxonomy terms, then display them anywhere with blocks, shortcodes, or page builders. For site-wide settings pages, use Options Page Builder.
Does Custom Fields require a PRO license?
Yes. Custom Fields is a PRO module and needs an active WP PowerSuite license.
Where do I manage Custom Fields?
After enabling it, open its dedicated page under WP PowerSuite.
How do I turn Custom Fields off?
Go to WP PowerSuite -> Modules, find Custom Fields, and toggle it off.
Developer notes (hooks & filters)
Source: modules/custom-fields/includes/class-admin-columns.php, modules/custom-fields/includes/class-admin.php, modules/custom-fields/includes/class-block-editor.php, modules/custom-fields/includes/class-cpt-bridge.php, modules/custom-fields/includes/class-editor-schema.php, modules/custom-fields/includes/class-field-group-list-table.php, modules/custom-fields/includes/class-field-output.php, modules/custom-fields/includes/class-fields.php.
Boot: critical · context: admin, frontend, ajax, rest.
Hooks (non-exhaustive): manage_, enqueue_block_editor_assets, rest_api_init, wpps_cf_groups_updated.