Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created October 6, 2025 13:04
Show Gist options
  • Select an option

  • Save plugin-republic/6215c07d967b44ddd7689ab55fde4a19 to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/6215c07d967b44ddd7689ab55fde4a19 to your computer and use it in GitHub Desktop.
<?php
/**
* Fix for conflict with Divi Plus
*/
remove_filter( 'woocommerce_product_is_on_sale', 'wcfad_product_is_on_sale', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment