Created
September 2, 2016 19:14
-
-
Save barrykooij/3cb418d36bb246c21a88e55e35e0615d 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_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