| 开发者 | arunrajiah |
|---|---|
| 更新时间 | 2026年6月23日 21:43 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
wp_postmeta using established key conventions, compatible with any plugin that reads WordPress post meta.fieldforge_get(), fieldforge_the(), fieldforge_have_rows(), fieldforge_the_row(), fieldforge_sub_field(), fieldforge_the_sub_field(), fieldforge_update_field(), fieldforge_get_option(), fieldforge_update_option().docs/json-import.md in the plugin folder for the full import guide.
Roadmap
fieldom.zip from the GitHub Releases page.wp-content/plugins/fieldom.composer install to install dev dependencies.Fieldom includes 26 field types (text, textarea, number, email, URL, password, select, checkbox, radio, true/false, date picker, time picker, color picker, image, file, gallery, post object, taxonomy, user, link, WYSIWYG, message, tab, accordion, Repeater, and Flexible Content), plus Options Pages, conditional logic, a REST API, a JSON importer, and local JSON sync. The Clone field and Gutenberg block fields are on the roadmap.
Yes — go to Fieldom → Import / Export and paste a field group JSON export. Fieldom maps all supported field types, choices, location rules, sub-fields, and Flexible Content layouts automatically.
v0.1 is an early but stable release. The core save/load path is covered by a PHPUnit test suite running on PHP 7.4 through 8.3. We recommend testing on a staging site before deploying to production, and watching the GitHub releases for patch updates.
Use fieldforge_get( 'field_name' ) to return a value, or fieldforge_the( 'field_name' ) to echo it safely escaped. For Repeater fields, use the fieldforge_have_rows() / fieldforge_the_row() / fieldforge_sub_field() loop helpers.
Fieldom registers its own function names, CPT slugs, and meta keys and does not interfere with other custom field plugins. You can run multiple custom field plugins simultaneously.
fieldom text domain.fieldforge_get(), fieldforge_the(), fieldforge_have_rows(), fieldforge_the_row(), fieldforge_sub_field(), fieldforge_the_sub_field(), fieldforge_update_field(), fieldforge_get_option(), fieldforge_update_option()./fieldforge/v1/fields/{id} with location-rule filtering.