Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cameronjonesweb
Created May 30, 2019 23:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cameronjonesweb/7d8d0a92fec1b576658580ef7c8d5876 to your computer and use it in GitHub Desktop.
Save cameronjonesweb/7d8d0a92fec1b576658580ef7c8d5876 to your computer and use it in GitHub Desktop.
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