Skip to content

Instantly share code, notes, and snippets.

@dennisnissle
Created January 3, 2024 11:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dennisnissle/71ddc3a220c3d8da9000e42d6b768437 to your computer and use it in GitHub Desktop.
Save dennisnissle/71ddc3a220c3d8da9000e42d6b768437 to your computer and use it in GitHub Desktop.
Disable unit price lazy loading and refresh
<?php
add_filter( 'woocommerce_gzd_refresh_unit_price_on_price_change', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment