Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wpscholar/flex-fields

A library for working with fields in WordPress
https://github.com/wpscholar/flex-fields

wordpress wordpress-development wordpress-php-library

Last synced: 7 days ago
JSON representation

A library for working with fields in WordPress

Awesome Lists containing this project

README

        

# Flex Fields

A library for working with fields in WordPress.

## Installation

- Run `composer require wpscholar/flex-fields`
- Make sure you require the `vendor/autoload.php` file in your project.

## Usage

### Register a field

```php
'input',
'type' => 'email',
'value' => '[email protected]',
],
'default' // The group name, defaults to 'default'
);
```

### Render a field

```php

Micah Wood

## Contributors

This project exists thanks to all the people who contribute.


project contributors