Created
October 31, 2025 07:49
-
-
Save xlplugins/bfd6e84ba2d773198cd32bdf6af39f16 to your computer and use it in GitHub Desktop.
FunnelKit Cart - Debounce quantity updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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