nsrosenqvist / cmb2-number
该包已被放弃且不再维护。未建议替代包。
1.0.0
2018-06-18 17:02 UTC
Requires
- php: >=7.0.0
- cmb2/cmb2: ^2.3.0
This package is auto-updated.
Last update: 2020-06-09 20:10:00 UTC
README
为CMB2添加数字字段。
$countdown = new_cmb2_box( array( 'id' => 'countdown', 'title' => __('Countdown', 'theme'), )); $countdown_seconds = $countdown->add_field(array( 'name' => __( 'Seconds Left', 'theme'), 'id' => 'countdown_seconds', 'type' => 'text_number', ));