Skip to content

Instantly share code, notes, and snippets.

@AmeliaBriscoe
Last active November 22, 2021 03:36
Show Gist options
  • Save AmeliaBriscoe/cbb54f8efe484652e12ad21984bc86a6 to your computer and use it in GitHub Desktop.
Save AmeliaBriscoe/cbb54f8efe484652e12ad21984bc86a6 to your computer and use it in GitHub Desktop.
Gifting for Subscriptions box checked by default
<?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