Last active
November 22, 2021 03:36
-
-
Save AmeliaBriscoe/cbb54f8efe484652e12ad21984bc86a6 to your computer and use it in GitHub Desktop.
Gifting for Subscriptions box checked by default
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
<?php | |
/* set the gifting checkbox to be autochecked */ | |
add_filter('wcsg_recipient_checkbox_checked', '__return_true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment