2017 © Pedro Peláez
 

wordpress-plugin cmb2-number

image

nsrosenqvist/cmb2-number

  • Monday, June 18, 2018
  • by nsrosenqvist
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CMB2 Number Field

Adds a number field to CMB2., (*1)

$countdown = new_cmb2_box( array(
    'id'            => 'countdown',
    'title'         => __('Countdown', 'theme'),
));

$countdown_seconds = $countdown->add_field(array(
    'name' => __( 'Seconds Left', 'theme'),
    'id'   => 'countdown_seconds',
    'type' => 'text_number',
));

The Versions

18/06 2018

dev-master

9999999-dev https://github.com/nsrosenqvist/cmb2-number

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • cmb2/cmb2 ^2.3.0

 

18/06 2018

1.0.0

1.0.0.0 https://github.com/nsrosenqvist/cmb2-number

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • cmb2/cmb2 ^2.3.0