LLMS_Captcha::validate( array $data )

Validate the captcha response.


Parameters Parameters

$data

(array) (Required) Form data.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/spam/class-llms-captcha.php

	abstract public function validate( $data );

Top ↑

Changelog Changelog

Changelog
Version Description
9.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.