Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Last active September 25, 2023 06:47
Show Gist options
  • Save xlplugins/3904d645d167eb72377ad2c03e22ea02 to your computer and use it in GitHub Desktop.
Save xlplugins/3904d645d167eb72377ad2c03e22ea02 to your computer and use it in GitHub Desktop.
Modify Offer Ids that will cancel primary order #upsells #Upstroke #upstroke #UpStroke
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