Created
August 18, 2016 09:36
-
-
Save barrykooij/d2e618545b399b565cb40cf701537aed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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