Form::have_errors()
Description #
Check if form have any error.
Source #
File: lib/class-form.php
public function have_errors() { return ! empty( $this->errors ) && is_array( $this->errors ); }
Expand full source code Collapse full source code View on GitHub: lib/class-form.php:353
Add your comment