Adds a Dutch License Plate Field to CMB2.
Use dutch_license_plate_small
for the small license plate field or dutch_license_plate_large
for the large license plate field.
$license_plate = new_cmb2_box( array(
'title' => __('License Plate', 'amex-dutch-license-plate'),
'id' => 'license_plate'
));
$license_plate_number = $license_plate->add_field(array(
'name' => __( 'License Plate', 'amex-dutch-license-plate'),
'id' => 'dutch_license_plate_small',
'type' => 'dutch_license_plate_small'
));
Thanks goes to these wonderful people (emoji key):
Patrick Groot 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
- The formatter used in this license plate field is created by @koenoe https://github.com/koenoe/kentekenplaat
- The font used for the license plate field is "Kenteken" from LeFly Fonts http://lefly.vepar.nl/
The code and the documentation are released under the GPLv3 License.