CreaCaptcha

registration.php

ALTCHA protection for the WordPress registration form.

Table of Contents

Functions

creationell_captcha_registration_enabled()  : bool
Whether registration protection is enabled.
creationell_captcha_registration_render()  : void
Renders the widget inside the registration form.
creationell_captcha_registration_verify()  : WP_Error
Verifies the captcha during registration.

Functions

creationell_captcha_registration_enabled()

Whether registration protection is enabled.

creationell_captcha_registration_enabled() : bool
Return values
bool

creationell_captcha_registration_render()

Renders the widget inside the registration form.

creationell_captcha_registration_render() : void

creationell_captcha_registration_verify()

Verifies the captcha during registration.

creationell_captcha_registration_verify(WP_Error $errors, string $sanitized_user_login, string $user_email) : WP_Error
Parameters
$errors : WP_Error

Registration errors.

$sanitized_user_login : string

Submitted user login.

$user_email : string

Submitted user email.

Return values
WP_Error

        
On this page

Search results