Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created June 23, 2015 18:02
Show Gist options
  • Save SeanChDavis/6f29cffb0e8508e7d455 to your computer and use it in GitHub Desktop.
Save SeanChDavis/6f29cffb0e8508e7d455 to your computer and use it in GitHub Desktop.
Vendd filter - header cart information display
// 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