Skip to content

Instantly share code, notes, and snippets.

@kaskad88
Created August 11, 2020 07:12
Show Gist options
  • Save kaskad88/3437974b92e12a88ff78dc5d95dc8233 to your computer and use it in GitHub Desktop.
Save kaskad88/3437974b92e12a88ff78dc5d95dc8233 to your computer and use it in GitHub Desktop.
add_filter( 'jet-search/ajax-search/categories-select/args', function( $args ) {
$args['depth'] = 1;
return $args;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment