nsrosenqvist/cmb2-number

该包已被放弃且不再维护。未建议替代包。

安装: 21

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 1

开放问题: 0

类型:wordpress-plugin

1.0.0 2018-06-18 17:02 UTC

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