AnsPress_Validation::have_error()
Description #
Check if fields have any error
Source #
File: includes/class/validation.php
public function have_error() { if ( count( $this->errors ) > 0 ) { return true; } return false; }
Expand full source code Collapse full source code View on GitHub: includes/class/validation.php:412
Add your comment