Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created September 2, 2016 19:14
Show Gist options
  • Save barrykooij/3cb418d36bb246c21a88e55e35e0615d to your computer and use it in GitHub Desktop.
Save barrykooij/3cb418d36bb246c21a88e55e35e0615d to your computer and use it in GitHub Desktop.
function dlm_only_top_categories( $args ) {
$args[ 'parent' ] = 0;
return $args;
}
add_filter( 'dlm_page_addon_get_category_args', 'dlm_only_top_categories' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment