apply_filters( 'jb_frontend_forms_required_star_disabled', $disable_star ) → {bool}
Filters the condition for disabling the "required" star in the form field label.
Parameters:
Name | Type | Description |
---|---|---|
$disable_star |
bool | Whether we should disable the "required" star in the form field label. Defaults to false. |
- Since:
- 1.0
- Source:
Returns:
If true, the "required" star will be hidden.
- Type
- bool