项目作者: automex

项目描述 :
Dutch License Plate Field for CMB2 Framework
高级语言: PHP
项目地址: git://github.com/automex/cmb2-dutch-license-plate-field.git
创建时间: 2019-12-21T14:07:59Z
项目社区:https://github.com/automex/cmb2-dutch-license-plate-field

开源协议:Other

下载


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.

  1. $license_plate = new_cmb2_box( array(
  2. 'title' => __('License Plate', 'amex-dutch-license-plate'),
  3. 'id' => 'license_plate'
  4. ));
  5. $license_plate_number = $license_plate->add_field(array(
  6. 'name' => __( 'License Plate', 'amex-dutch-license-plate'),
  7. 'id' => 'dutch_license_plate_small',
  8. 'type' => 'dutch_license_plate_small'
  9. ));

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.