wearerequired / parent-term-toggler
WordPress plugin to automatically toggle the parent term when a sub term is selected.
Installs: 3 701
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2024-11-10 06:43:51 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.