Skip to content

Instantly share code, notes, and snippets.

@dancameron
Created December 13, 2019 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dancameron/0bdc26d31b919ef49bd4f09869b4bada to your computer and use it in GitHub Desktop.
Save dancameron/0bdc26d31b919ef49bd4f09869b4bada to your computer and use it in GitHub Desktop.
Remove Duplicate Column Headers
<?php // don't include this line in your functions.php, since it already starts with it.
add_filter( 'si_show_all_line_item_headers', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment