Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * WordPress Plugin: Masks Form Fields - https://wordpress.org/plugins/masks-form-fields/
- * PHP - Custom script to add mask in input phone the WooCommerce. /wp-content/themes/YOUR-THEME/functions.php
- */
- add_action('wp_footer', function () {echo "<script type=\"text/javascript\">jQuery(document).ready(function($){ $(\"input[name='billing_phone']\").mask('(000) 000-0000'); });</script>";}, 111);
RAW Paste Data