Created
December 29, 2017 12:41
-
-
Save danielbitzer/5eeb10c7030134a955544008cfb00f6e to your computer and use it in GitHub Desktop.
AutomateWoo Refer A Friend - Change number of fields in share form (requires v1.7.10)
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 | |
add_filter( 'automatewoo/referrals/share_form/email_field_count', function() { | |
return 3; | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment