Created
June 23, 2015 18:02
-
-
Save SeanChDavis/6f29cffb0e8508e7d455 to your computer and use it in GitHub Desktop.
Vendd filter - header cart information display
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
// remove header cart information display | |
add_filter( 'vendd_show_header_cart_info', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment