2017 © Pedro Peláez
 

wordpress-plugin cmb2-dynamic-metaboxes

image

nsrosenqvist/cmb2-dynamic-metaboxes

  • Wednesday, June 27, 2018
  • by nsrosenqvist
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

CMB2 Dynamic Metaboxes

Implements a switch with which you can enable or disable metaboxes., (*1)

$my_metabox = new_cmb2_box(array(
    'id'            => 'my_metabox',
    'dynamic'       => true,
));

You can then check the state of a metabox with the included helper function:, (*2)

if (get_metabox_state($post, 'my_metabox') {
    // Do this
}

The Versions

27/06 2018

dev-master

9999999-dev https://github.com/nsrosenqvist/cmb2-dynamic-metaboxes

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • cmb2/cmb2 ^2.4.0

 

27/06 2018

1.0.2

1.0.2.0 https://github.com/nsrosenqvist/cmb2-dynamic-metaboxes

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • cmb2/cmb2 ^2.4.0

 

19/06 2018

1.0.1

1.0.1.0 https://github.com/nsrosenqvist/cmb2-dynamic-metaboxes

  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-dynamic-metaboxes

  Sources   Download

MIT

The Requires

  • php >=7.0.0
  • cmb2/cmb2 ^2.4.0