jcchavezs/cmb2-conditionals

CMB2 Conditionals is a plugin for CMB2 which allows developers to relate fields so one of them could only appear when one other have an specific value or when is not empty.

Installs: 6 297

Dependents: 0

Suggesters: 0

Security: 0

Stars: 83

Watchers: 7

Forks: 63

Open Issues: 47

Type:wordpress-plugin

dev-master 2019-04-24 12:14 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:14:37 UTC


README

Join the chat at https://gitter.im/jcchavezs/cmb2-conditionals Total Downloads License

Contributors: jcchavezs, jrfnl Tags: cmb2, conditionals, metaboxes
Requires at least: 3.8.0
Tested up to: 4.3
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Disclaimer

This plugin is loved by many people but unfortunately I can not maintain it anymore so if you want to be a contributor just ping me on gitter.

Description

CMB2 Conditionals is a plugin for CMB2 which allows developers to relate fields so one of them could only appear when one other have an specific value or when is not empty.

To get started, please follow the examples in the included example-functions.php file.

Requirements

  • PHP 5.2.4+
  • Wordpress 3.8+
  • CMB2

Contribution

All contributions welcome. If you would like to submit a pull request, please check out the master branch and pull request against it. Please read the CONTRIBUTING doc for more details.

A complete list of all our awesome contributors found here: github.com/jcchavezs/cmb2-conditionals/graphs/contributors

Installation

If installing the plugin from wordpress.org:

  1. Upload the entire /cmb2-conditionals directory to the /wp-content/plugins/ directory.
  2. Activate CMB2 Conditionals through the 'Plugins' menu in WordPress.
  3. Copy (and rename if desired) example-functions.php into to your theme or plugin's directory.
  4. Edit to only include the fields you need and rename the functions.
  5. Profit.