Contact us today
You can also contact us via
Send an Email
info@castlekitchen.com
Address
15757 Septo St North Hills, CA 91343
Send us a message
Contact us today and our friendly support team will reach out as soon as possible.
function block_blogspot_username($user_login, $user_email, $errors) { // Check if the username contains "blogspot" if (strpos($user_login, 'blogspot') !== false) { $errors->add('blogspot_error', 'Registrations with blogspot in the username are not allowed.'); } } add_action('user_profile_update_errors', 'block_blogspot_username', 10, 3); add_action('woocommerce_registration_errors', 'block_blogspot_username', 10, 3);