2017 © Pedro Peláez
 

library cmb2-term-select

Special CMB2 Field that allows users to define an autocomplete text field for terms

image

jtsternberg/cmb2-term-select

Special CMB2 Field that allows users to define an autocomplete text field for terms

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 4 % Grown

The README.md

CMB2 Term Select

Special CMB2 Field that allows users to define an autocomplete text field for terms., (*1)

Example

$cmb->add_field( array(
    'name'     => 'Select Category',
    'id'       => 'category_data',
    'desc'     => 'Type the name of the term and select from the options',
    'type'     => 'term_select',
    'taxonomy' => 'category',
    // 'apply_term' => false, // If set to false, saves the term to meta instead of setting term on the object.
    // 'attributes' => array(
    //  'data-min-length' => 2, // Override minimum length
    //  'data-delay'      => 100, // Override delay
    // ),
) );

The Versions

30/05 2016

dev-master

9999999-dev https://github.com/jtsternberg/cmb2-term-select

Special CMB2 Field that allows users to define an autocomplete text field for terms

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.2

 

wordpress meta cmb2

30/05 2016

v0.1.0

0.1.0.0 https://github.com/jtsternberg/cmb2-term-select

Special CMB2 Field that allows users to define an autocomplete text field for terms

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.2

 

wordpress meta cmb2