Created
December 13, 2019 18:49
-
-
Save dancameron/0bdc26d31b919ef49bd4f09869b4bada to your computer and use it in GitHub Desktop.
Remove Duplicate Column Headers
This file contains 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
<?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