Meta boxes
Learn how to create custom meta boxes with Fieldify.
Fieldify is a PHP library that makes it easy to create custom meta boxes, blocks, and plugin settings in WordPress. It provides a simple and intuitive API that allows you to define fields and render them in the WordPress admin interface, without needing React or a build step.
Fieldify is available as a Composer package. You can install it in your plugin or theme by following these steps:
Require the package with Composer:
Require the Composer autoloader in your plugin or theme:
Create a new instance and pass in the path to the main plugin or theme file:
Now you can start using Fieldify functions in your plugin or theme!
Here are some quick links to get you started with Fieldify:
Meta boxes
Learn how to create custom meta boxes with Fieldify.
SSR Blocks
Learn how to create custom blocks with Fieldify.
Plugin settings
Learn how to create custom plugin settings with Fieldify.
Utility functions
Learn about the utility functions provided by Fieldify.
Fieldify has a few basic requirements that must be met in order to run properly. These requirements are: