Last active
September 25, 2023 06:47
-
-
Save xlplugins/3904d645d167eb72377ad2c03e22ea02 to your computer and use it in GitHub Desktop.
Modify Offer Ids that will cancel primary order #upsells #Upstroke #upstroke #UpStroke
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('wfocu_offers_to_cancel_primary', function(){ | |
return [XXXXXX,XXXXX]; //replace with the offer IDs | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment