Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Forked from jtsternberg/cmb2-number-field.php
Created October 19, 2015 20:09
Show Gist options
  • Select an option

  • Save wpsmith/8fa24f46b286e00a79e7 to your computer and use it in GitHub Desktop.

Select an option

Save wpsmith/8fa24f46b286e00a79e7 to your computer and use it in GitHub Desktop.
CMB2 Number Field
array(
'name' => __( 'My Number Field', 'theme-domain' ),
'desc' => __( 'Numbers only', 'msft-newscenter' ),
'id' => $prefix . 'number',
'type' => 'text',
'attributes' => array(
'type' => 'number',
'pattern' => '\d*',
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment