Filter: jb_form_error

apply_filters( 'jb_form_error', $text, $field ) → {string}

Filters the frontend form error related to the field.

Parameters:
Name Type Description
$text string

Error text.

$field string

Field ID. E.g. 'company_name', etc.

Since:
  • 1.0
Source:
Returns:

Error text.

Type
string