Skip to content

automex/cmb2-dutch-license-plate-field

Repository files navigation

CMB2 Dutch License Plate Field

All Contributors

Adds a Dutch License Plate Field to CMB2.

Usage

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'
));

Screenshot

screenshot

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Patrick Groot

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

License

The code and the documentation are released under the GPLv3 License.