Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Last active February 7, 2018 19:08
Show Gist options
  • Save clifgriffin/39c615e586f7e0b33eb430c56e87aab0 to your computer and use it in GitHub Desktop.
Save clifgriffin/39c615e586f7e0b33eb430c56e87aab0 to your computer and use it in GitHub Desktop.
<?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