wearerequired/parent-term-toggler

WordPress plugin to automatically toggle the parent term when a sub term is selected.


Keywords
admin, wordpress, taxonomy, wordpress-plugin
License
GPL-2.0+

Documentation

Parent Term Toggler

WordPress plugin to automatically toggle the parent term when a sub term is selected.

Development

The plugin uses grunt to compile the ES6 JavaScript file with Babel.

$ npm install
$ grunt # Compiles JavaScript file and creates minified version.
$ grunt watch # Use during development.

Changelog

1.0.0

  • Initial Release