2017 © Pedro Peláez
 

library flex-fields

A library for working with fields in WordPress

image

wpscholar/flex-fields

A library for working with fields in WordPress

  • Thursday, July 19, 2018
  • by wpscholar
  • Repository
  • 1 Watchers
  • 3 Stars
  • 146 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 16 Versions
  • 8 % Grown

The README.md

Flex Fields

A library for working with fields in WordPress., (*1)

Installation

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

Usage

Register a field

<?php

register_flex_field(
  'email_address',                      // The field name
  [                                     // The field arguments
    'field' => 'input',  
    'type' => 'email',
    'value' => 'john.doe@gmail.com',
  ],
  'default'                             // The group name, defaults to 'default'
);

Render a field

<?php

render_flex_field(
  'email_address',  // Field name 
  'default'         // The group name, defaults to 'default'
);

Maintainers


Micah Wood
, (*2)

Contributors

This project exists thanks to all the people who contribute., (*3)

project contributors , (*4)

The Versions

19/07 2018

dev-master

9999999-dev

A library for working with fields in WordPress

  Sources   Download

GPL-2.0+ GPL-2.0-or-later

The Requires

 

19/07 2018

1.6

1.6.0.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

09/05 2018

1.5.1

1.5.1.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

04/05 2018

1.5

1.5.0.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

26/03 2018

1.4.3

1.4.3.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

14/03 2018

1.4.2

1.4.2.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

14/03 2018

1.4.1

1.4.1.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

28/02 2018

1.4

1.4.0.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

22/01 2018

1.3

1.3.0.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

19/01 2018

1.2

1.2.0.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0-or-later

The Requires

 

18/01 2018

dev-dev

dev-dev

A library for working with fields in WordPress

  Sources   Download

GPL-2.0+ GPL-2.0-or-later

The Requires

 

28/11 2017

1.1.3

1.1.3.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0+

The Requires

 

28/11 2017

1.1.2

1.1.2.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0+

The Requires

 

15/11 2017

1.1.1

1.1.1.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0+

The Requires

 

09/11 2017

1.1

1.1.0.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0+

The Requires

 

14/10 2017

1.0

1.0.0.0

A library for working with fields in WordPress

  Sources   Download

GPL-2.0+

The Requires