Last active
February 7, 2018 19:08
-
-
Save clifgriffin/39c615e586f7e0b33eb430c56e87aab0 to your computer and use it in GitHub Desktop.
This file contains 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 | |
// Do NOT include the opening php tag. | |
// Place in your theme's functions.php file | |
// Enable billing and shipping phone fields | |
add_filter('cfw_enable_phone_fields', '__return_true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment