wearerequired / parent-term-toggler
WordPress plugin to automatically toggle the parent term when a sub term is selected.
Package info
github.com/wearerequired/parent-term-toggler
Type:wordpress-plugin
pkg:composer/wearerequired/parent-term-toggler
1.0.2
2017-12-08 10:53 UTC
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2026-02-10 09:07:01 UTC
README
WordPress plugin to automatically toggle the parent term when a sub term is selected.
Customizing
Use the parent_term_toggler.supported_taxonomies filter to limit the list of supported taxonomies for this feature.
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.