Skip to content

Instantly share code, notes, and snippets.

@mattmcgiv
Forked from jtsternberg/cmb2-number-field.php
Created January 7, 2016 02:10
Show Gist options
  • Select an option

  • Save mattmcgiv/4a49443d74335a05f4b5 to your computer and use it in GitHub Desktop.

Select an option

Save mattmcgiv/4a49443d74335a05f4b5 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