Title: Rox Dynamic CPT Fields Engine
Author: XpeedStudio
Published: <strong>5 april 2026</strong>
Last modified: 17 mei 2026

---

Plugins zoeken

![](https://ps.w.org/rox-dynamic-cpt-fields-engine/assets/banner-772x250.jpg?rev
=3534282)

![](https://s.w.org/plugins/geopattern-icon/rox-dynamic-cpt-fields-engine_c8c8cb.
svg)

# Rox Dynamic CPT Fields Engine

 Door [XpeedStudio](https://profiles.wordpress.org/xpeedstudio/)

[Download](https://downloads.wordpress.org/plugin/rox-dynamic-cpt-fields-engine.1.0.1.zip)

 * [Details](https://nl.wordpress.org/plugins/rox-dynamic-cpt-fields-engine/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/rox-dynamic-cpt-fields-engine/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/rox-dynamic-cpt-fields-engine/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/rox-dynamic-cpt-fields-engine/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/rox-dynamic-cpt-fields-engine/)

## Beschrijving

Rox Dynamic CPT Fields Engine (RDCFE) is a WordPress plugin for creating and managing
Custom Post Types (CPTs), Taxonomies, Field Groups (meta boxes), and Options Pages
without writing PHP.

The **free plugin** covers the full content-model foundation. **Rox Dynamic CPT 
Fields Engine Pro** is a separate add-on that unlocks dynamic-site modules (queries,
listings, relationships, visibility rules, admin list tools, AI-assisted schema,
and advanced field and location options).

#### Free version

 * **Custom Post Types** — Labels, supports, REST, rewrite, and registration options
 * **Custom Taxonomies** — Hierarchical or flat; attach to post types
 * **Field groups (meta boxes)** — Location rules for posts, terms, users, and options
   contexts
 * **Options pages** — **One** parent global settings page (no subpages); unlimited
   with Pro
 * **Import / Export** — JSON for CPTs, taxonomies, field groups, and options pages
 * **REST API** — CRUD for saved configurations (`/rdcfe/v1/…`)
 * **Developer hooks** — Filters/actions for registration, validation, and extension

**Free field types**

Text, Textarea, Number, Email, URL, Date, Time, Date & Time, Color, Select (single/
multiple), Checkbox, Radio, Toggle, Image, File, WYSIWYG.

**Free layout**

Field width controls (e.g. 25%–100%). Tab, Accordion, Endpoint, and HTML blocks 
require Pro.

**Free location rules**

Single rule group with **AND** logic only: post type, specific post, post status,
taxonomy/term (term screens), user role (user profile), options page context. Page
template, post parent, author, format, taxonomy-on-post, capability rules, and **
OR** rule groups require Pro.

**Free field settings**

Labels, names, descriptions, defaults, required, placeholders, width, character 
limits, numeric min/max, REST visibility, and related basics. Conditional logic,
regex validation, Quick Edit, and field revisions require Pro.

#### Pro (separate add-on)

Activate **Rox Dynamic CPT Fields Engine Pro** with a valid license to unlock:

**Advanced fields**

Group, Repeater, Gallery, Relationship (post picker), Taxonomy term picker, User
picker; layout elements **Tab**, **Accordion**, **Endpoint**, and **HTML**.

**Advanced field settings**

Conditional logic (show/hide fields), custom regex validation, Quick Edit support,
and per-field revision tracking.

**Advanced location rules**

Page template, post parent, post author, post format, post taxonomy term, viewer
capability/role-style targeting (see Pro docs); **OR** groups across multiple rule
groups; metabox priority ordering where supported.

**Options pages**

Unlimited pages, nested subpages, and role/capability access controls.

**Pro-only modules**

 * **Query Builder** — Saved queries (posts/terms/users), meta/tax clauses, ordering,
   macros, health checks
 * **Listings** — Listing templates, dynamic components, blocks/shortcodes/widgets
   where provided
 * **Relations** — One-to-one, one-to-many, many-to-many; admin UI and query integration
 * **Dynamic visibility** — Conditional visibility for listing outputs
 * **Admin columns & filters** — Custom columns and list-table filters per CPT
 * **AI Assistant** — Guided schema generation and apply flow (configuration JSON
   only; validated before apply)

**Import / Export (Pro)**

Export/import includes Queries, Listings, and Relations where applicable; diff preview,
conflict handling, and rollback snapshots (see Pro release notes).

In the free plugin, Pro areas remain visible with a **PRO** badge and upgrade prompts;
saving Pro-only configurations requires Pro.

### Privacy Policy

Rox Dynamic CPT Fields Engine does not collect or send site data to external servers
by itself. Optional Pro features (for example an AI Assistant) may call third-party
APIs only when you configure them; see Pro documentation for details.

### Credits

Developed by [Ataurr](https://wpmet.com)

## Installatie

 1. Upload the `rox-dynamic-cpt-fields-engine` folder to the `/wp-content/plugins/`
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Open **RDCFE** in the admin menu to manage post types, taxonomies, metaboxes, and
    options

(Optional) Install and activate **Rox Dynamic CPT Fields Engine Pro** to enable 
Pro modules and limits described above.

## FAQ

### What PHP version is required?

PHP 8.0 or higher.

### What WordPress version is required?

WordPress 6.5 or higher (see plugin header).

### Can I use this with the Block Editor (Gutenberg)?

Yes. RDCFE targets the classic edit screens and options UI; it does not replace 
the block editor for post content.

### Can I migrate configurations to another site?

Yes. Use Import/Export JSON for the free scope; Pro adds broader bundles and advanced
merge/rollback tools.

### Is there a PHP API?

Yes. You can hook into registration and validation filters and use the REST API 
for programmatic CRUD where exposed.

### Where do I get Pro?

Install the separate **Rox Dynamic CPT Fields Engine Pro** package from your vendor/
account and activate it alongside this plugin.

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“Rox Dynamic CPT Fields Engine” is open source software. De volgende personen hebben
bijgedragen aan deze plugin.

Bijdragers

 *   [ XpeedStudio ](https://profiles.wordpress.org/xpeedstudio/)
 *   [ Ataur R ](https://profiles.wordpress.org/ataurr/)

[Vertaal “Rox Dynamic CPT Fields Engine” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/rox-dynamic-cpt-fields-engine)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/rox-dynamic-cpt-fields-engine/),
haal de [SVN repository](https://plugins.svn.wordpress.org/rox-dynamic-cpt-fields-engine/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/rox-dynamic-cpt-fields-engine/)
via [RSS](https://plugins.trac.wordpress.org/log/rox-dynamic-cpt-fields-engine/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release
 * Free: CPTs, taxonomies, field groups, one options page, core field types, basic
   location rules, import/export, REST & PHP hooks
 * Pro add-on: advanced fields, queries, listings, relations, visibility, admin 
   columns/filters, AI, extended import/export

## Meta

 *  Versie **1.0.1**
 *  Laatst geüpdatet **2 dagen geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 6.5 of nieuwer **
 *  Getest t/m **6.9.4**
 *  PHP versie ** 8.0 of nieuwer **
 *  Taal
 * [English (US)](https://wordpress.org/plugins/rox-dynamic-cpt-fields-engine/)
 * Tags
 * [custom fields](https://nl.wordpress.org/plugins/tags/custom-fields/)[custom post types](https://nl.wordpress.org/plugins/tags/custom-post-types/)
   [meta fields](https://nl.wordpress.org/plugins/tags/meta-fields/)[options pages](https://nl.wordpress.org/plugins/tags/options-pages/)
   [taxonomies](https://nl.wordpress.org/plugins/tags/taxonomies/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/rox-dynamic-cpt-fields-engine/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

[Your review](https://wordpress.org/support/plugin/rox-dynamic-cpt-fields-engine/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/rox-dynamic-cpt-fields-engine/reviews/)

## Bijdragers

 *   [ XpeedStudio ](https://profiles.wordpress.org/xpeedstudio/)
 *   [ Ataur R ](https://profiles.wordpress.org/ataurr/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/rox-dynamic-cpt-fields-engine/)