WordPress plugin to automatically toggle the parent term when a sub term is selected.
Use the parent_term_toggler.supported_taxonomies
filter to limit the list of supported taxonomies for this feature.
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.