# PHP Snippet: Open “Ship to A Different Address” by Default @ WooCommerce Checkout add this code on functions.php # PHP Snippet: Close “Ship to A Different Address” by Default @ WooCommerce
#FIX 1. Always load jquery ui on footer like this 2. make sure your jquery UI code inside this block
# For existing USERS #For Non-existing Users: Note that the default_checkout_billing_country filter affects both existing and non-existing users. If you want to only change the default for non-existing users, then you can
*** Add this code on functions.php
# Single Quote vs Double Quote: PHP will not parse anything when a string is in a single quote. #Heredoc PHP: Heredoc PHP syntax is a way to write large bloc of
#Sanitize with htmlspecialchars #Sanitize with FILTER_SANITIZE_STRING