Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sarancartrabbit/4587233f712b24de381f8f5b5da72aaf to your computer and use it in GitHub Desktop.
Save sarancartrabbit/4587233f712b24de381f8f5b5da72aaf to your computer and use it in GitHub Desktop.
Woo Discount Rules: Remove the you saved text for admin order page
add_action('admin_footer', function() {
?>
<style>
.wc-orders-list-table span .awdr-you-saved-text {
display: none !important;
}
</style>
<?php
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment