Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created August 23, 2022 11:58
Show Gist options
  • Save xlplugins/e10b7eaf0af5203fa2238ebad4998949 to your computer and use it in GitHub Desktop.
Save xlplugins/e10b7eaf0af5203fa2238ebad4998949 to your computer and use it in GitHub Desktop.
Hide no product found in checkout message on aerocheckout page
add_filter('wfacp_no_product_found_message',function(){
return "";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment