Native Custom Fields is a modern WordPress plugin for creating custom content types, meta fields, and options pages using WordPress’ own native component system.
Instead of shipping a proprietary UI framework or custom database structure, Native Custom Fields leverages WordPress core technologies such as:
This ensures a seamless, future-proof experience that evolves together with WordPress core.
Most custom field plugins introduce their own UI systems, internal data storage layers, or hidden configuration post types.
Native Custom Fields follows a different philosophy:
• Uses WordPress native UI components
• Stores configuration in wp_options
• Stores data in postmeta, termmeta, and usermeta
• Does not create unnecessary database tables
• Does not register hidden configuration post types
• Follows WordPress coding standards
The result is a clean, lightweight, and maintainable solution.
Create field groups and attach them to:
* Post Types
* Taxonomies
* User Profiles
* Options Pages (Pro)
Custom Components:
* Repeater
* Group
Built using official WordPress packages:
Assets:
Composer Packages:
It is available on GitHub:
* GitHub: https://github.com/Arkenon/native-custom-fields
If you want to contribute to the plugin:
1) Download the source code and run npm install to install the development dependencies.
2) To install composer dependencies, run composer install.
3) Run npm start to start the development server.
4) To build the plugin, run npm run build.