Preserve taxonomy heirarchy on edit post page
<?php | |
add_filter('wp_terms_checklist_args', function ($args){ | |
$args['checked_ontop'] = false; | |
return $args; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment