Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sarancartrabbit/899b24d8f7f5c2b27284eaca2c6e4945 to your computer and use it in GitHub Desktop.
Save sarancartrabbit/899b24d8f7f5c2b27284eaca2c6e4945 to your computer and use it in GitHub Desktop.
Woo Discount v2: Show discount table only on product page
add_action('wp_head', function() {
if(!is_single()){
?>
<style>.awdr-bulk-customizable-table{display:none}</style>
<?php
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment