Skip to content

Instantly share code, notes, and snippets.

@wjramos
Forked from jtsternberg/cmb2-number-field.php
Last active August 29, 2015 14:27
Show Gist options
  • Save wjramos/15226f9f4c4a603a0d6a to your computer and use it in GitHub Desktop.
Save wjramos/15226f9f4c4a603a0d6a 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