2017 © Pedro Peláez
 

wordpress-plugin cmb2-post-types

image

nsrosenqvist/cmb2-post-types

  • Monday, June 18, 2018
  • by nsrosenqvist
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CMB2 Post Type Field

A multi-check field to select post types., (*1)

$list = new_cmb2_box(array(
    'id'            => 'list',
    'title'         => __('List', 'theme'),
));

$post_types = $list->add_field(array(
    'name' => __( 'Post Types Included In List', 'theme'),
    'id'   => 'post_types',
    'type'    => 'multicheck_post_type',
    'default' => ['page', 'post'],
));

The Versions

18/06 2018

dev-master

9999999-dev https://github.com/nsrosenqvist/cmb2-post-types

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • cmb2/cmb2 ^2.4.0

 

18/06 2018

1.0.0

1.0.0.0 https://github.com/nsrosenqvist/cmb2-post-types

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • cmb2/cmb2 ^2.4.0