Parent Term Toggler
Automatically toggle the parent term when a sub term is selected.
by required · github.com/wearerequired/parent-term-toggler · website
★ 0stars
3.8kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wearerequired/parent-term-toggler/archive/refs/heads/master.zipAlso on Packagist as wearerequired/parent-term-toggler:
composer require wearerequired/parent-term-togglerFrom the readme
Parent Term Toggler
WordPress plugin to automatically toggle the parent term when a sub term is selected.
Customizing
Use the parenttermtoggler.supportedtaxonomies 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.
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.