Skip to content

Instantly share code, notes, and snippets.

@zackkatz
Created February 9, 2015 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackkatz/9c265e60b436d524f472 to your computer and use it in GitHub Desktop.
Save zackkatz/9c265e60b436d524f472 to your computer and use it in GitHub Desktop.
Restore base product links being included in the customer purchase.
<?php
/** Add the line below to your functions.php file after <?php and before ?> */
add_filter('edd_gf_variable_products_include_base', '__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment