How to restrict on selecting child taxonomy
Really, you could probably refine this more and come up with better names, I just wanted to make it functional ^_^ ! First thing’s first -> Let’s include JQuery because I don’t want to do this in vanilla JS. function lets_include_jquery() { wp_enqueue_script( ‘jquery’ ); } add_action( ‘admin_enqueue_scripts’, ‘lets_include_jquery’ ); Now let’s throw a script … Read more