Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Created October 31, 2025 07:49
Show Gist options
  • Save xlplugins/bfd6e84ba2d773198cd32bdf6af39f16 to your computer and use it in GitHub Desktop.
Save xlplugins/bfd6e84ba2d773198cd32bdf6af39f16 to your computer and use it in GitHub Desktop.
FunnelKit Cart - Debounce quantity updates
add_filter('fkcart_quantity_debounce_delay', function() {
return 600;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment