Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xlplugins/f9d595d47bbe20a65d0665bffe93cb06 to your computer and use it in GitHub Desktop.
Save xlplugins/f9d595d47bbe20a65d0665bffe93cb06 to your computer and use it in GitHub Desktop.
do not print cart error notice on checkout page
<?php
add_filter( 'wfacp_print_cart_error_notice', '__return_false' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment