Filter: jb_form_notice

apply_filters( 'jb_form_notice', $text, $key ) → {string}

Filters the frontend form notices based on the notice key.

Parameters:
Name Type Description
$text string

Notice text.

$key string

Notice key. E.g. 'on-moderation', etc.

Since:
  • 1.0
Source:
Returns:

Notice text.

Type
string