Created
September 27, 2022 13:07
-
-
Save xlplugins/84a985793b995c0fec5b52fbd2e4fbda to your computer and use it in GitHub Desktop.
untitled
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
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