Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created September 27, 2022 13:07
Show Gist options
  • Save xlplugins/84a985793b995c0fec5b52fbd2e4fbda to your computer and use it in GitHub Desktop.
Save xlplugins/84a985793b995c0fec5b52fbd2e4fbda to your computer and use it in GitHub Desktop.
untitled
add_filter('wfacp_order_summary_column_item_heading',function (){
return 'Item';
});
add_filter('wfacp_order_summary_column_total_heading',function (){
return 'Amount';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment