Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created August 18, 2016 09:36
Show Gist options
  • Save barrykooij/d2e618545b399b565cb40cf701537aed to your computer and use it in GitHub Desktop.
Save barrykooij/d2e618545b399b565cb40cf701537aed to your computer and use it in GitHub Desktop.
function dlm_pa_category_no_children( $query_args ) {
$query_args['tax_query'][0]['include_children'] = false;
return $query_args;
}
add_filter( 'dlm_page_addon_category_query_args', 'dlm_pa_category_no_children' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment