This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Got a hierarchical taxonomy in Wordpress? Want to make users select a top-level term first, | |
then one of its children, then maybe one of its children? Me too! | |
1. Create a native ACF taxonomy field, with multiple values allowed. | |
2. Add the following JS and PHP snippets to your theme / plugin - replace all instances of the field key with your own. | |
*/ |