Last active
February 7, 2018 19:09
-
-
Save clifgriffin/1f8f441e47ccc72675ff9cc394322b2f 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 notes field on Checkout for WooCommerce | |
add_filter('woocommerce_enable_order_notes_field', '__return_true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment