Descripción
Custom Fields Creator is created to enable developers to create wide array of input fields at various locations inside the wordpress admin panel.
Locations in the wordpress admin panel where custom fields are applicable includes:
- All Post Types
- All Taxonomies
- Pages: Dashboard (Home), Users (Your Profile), Settings (All Pages)
Prerequisites
- PHP >= 5.4
- bonzer-custom-fields/inc directory must be writable
Features
- Simple, yet powerful UI that lets you manage everything on one page — no reload, no time waste.
- 15 types of input fields.
- Powerful developer options builder.
- You can assign one created option to various locations in the admin.
- Fields Search and Filteration.
- Drag, reorder, delete, and duplicate the created Options.
- Drag, reorder, delete, and duplicate the Metaboxes.
- 3 types of input fields designs.
Ducumentation
See documentation at http://bcf.bonzercode.com
support
support is currently provided via email. Mail me at bonzercode@gmail.com
Capturas
Instalación
Go to Plugins > Add New > upload the zip > activate
OR
Go to Plugins > Add New > search Bonzer Custom Fields > install & activate
Preguntas frecuentes
-
Why BCF?
-
Bonzer Custom Fields creator has a collection of really powerful features that makes it unique.
* The Fields Creator is built on top of React (javascript framework). All on One Page — Field Creation, Location assignment, Metabox Creation, Configuration Settings, Filteration and Search that make it highly convinient.
* Developers find it frustating to enter field-options for input-fields like: select, multi-select and radio. BCF gives you an option to type any PHP code, the only condition is that you should return a valid asssociative array at the end.
* BCF lets you assign one field to many locations.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Bonzer Custom Fields Creator» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Bonzer Custom Fields Creator» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
0.0.2
- Custom Field Option save function bug fixed. Save function was failing occasionally.