// 1. Enqueue Google reCAPTCHA Script function enqueue_google_recaptcha_script() { wp_enqueue_script('google-recaptcha', 'https://google.com', array(), null, true); } add_action('wp_enqueue_scripts', 'enqueue_google_recaptcha_script'); // 2. Render the reCAPTCHA box on the Login & Registration Forms function display_recaptcha_on_login_form() { // REPLACE WITH YOUR ACTUAL GOOGLE SITE KEY $site_key = '6LfpOxMtAAAAAL-syfZZzQ3_dNtYdMUD12qsS5Gt'; echo '
'; } add_action('login_form', 'display_recaptcha_on_login_form'); add_action('register_form', 'display_recaptcha_on_login_form'); // 3. Verify the reCAPTCHA Response upon Submission function verify_recaptcha_login($user, $username, $password) { if (isset($_POST['g-recaptcha-response'])) { // REPLACE WITH YOUR ACTUAL GOOGLE SECRET KEY $secret_key = '6LfpOxMtAAAAADihvgGtdlrD6vbU8N8_vwrHpC2u'; $response = wp_remote_get("https://google.com" . $secret_key . "&response=" . $_POST['g-recaptcha-response']); $response_body = wp_remote_retrieve_body($response); $result = json_decode($response_body, true); if (empty($result['success'])) { return new WP_Error('recaptcha_error', __('ERROR: Please verify that you are not a robot.', 'salient')); } } elseif (!empty($username) || !empty($password)) { return new WP_Error('recaptcha_error', __('ERROR: Please complete the reCAPTCHA.', 'salient')); } return $user; } add_filter('wp_authenticate_user', 'verify_recaptcha_login', 10, 3); Moisturisers - Creams Archives - Atelier Zoë

Moisturisers - Creams

Showing all 20 resultsSorted by popularity