wms7-recaptcha.php

Description: Create Google reCAPTCHA.

PHP version 8.0.1

Functions

wms7_frontend_recaptcha_script()

wms7_frontend_recaptcha_script() 

Frontend recaptcha script.

wms7_display_comment_recaptcha()

wms7_display_comment_recaptcha() 

Display comment recaptcha.

wms7_verify_comment_captcha()

wms7_verify_comment_captcha(string  $commentdata) : array

Verify comment captcha.

Parameters

string $commentdata

Comment data.

Returns

array

wms7_login_recaptcha_script()

wms7_login_recaptcha_script() 

Login recaptcha script.

wms7_display_login_captcha()

wms7_display_login_captcha() 

Display login captcha.

wms7_verify_login_captcha()

wms7_verify_login_captcha(string  $user, string  $password) : array

Verify login captcha.

Parameters

string $user

User login.

string $password

User password.

Returns

array

wms7_display_register_captcha()

wms7_display_register_captcha() 

Display register captcha.

wms7_verify_registration_captcha()

wms7_verify_registration_captcha(string  $errors, string  $sanitized_user_login, string  $user_email) : array

Verify registration captcha.

Parameters

string $errors

Errors.

string $sanitized_user_login

User login.

string $user_email

User email.

Returns

array

wms7_verify_lostpassword_captcha()

wms7_verify_lostpassword_captcha() : array

Verify lostpassword captcha.

Returns

array