Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Last active February 7, 2018 19:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<?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