Skip to content

Instantly share code, notes, and snippets.

@lynt-smitka
Created December 4, 2019 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lynt-smitka/5318538fad3f1a6999167232db1e6c7d to your computer and use it in GitHub Desktop.
Save lynt-smitka/5318538fad3f1a6999167232db1e6c7d to your computer and use it in GitHub Desktop.
function lynt_rubrika_checked_ontop($args){
$args['checked_ontop'] = false;
return $args;
}
add_filter('wp_terms_checklist_args','lynt_rubrika_checked_ontop');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment