apply_filters( 'bp_members_signup_error_message', string $value , string $fieldname )
Filter here to edit the error message about the invalid field value.
Description Description
Parameters Parameters
- $value
-
Error message wrapped in html.
- $fieldname
-
The name of the signup field.
Source Source
File: bp-members/screens/register.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Adds the $fieldname parameter. |
1.5.0 | Introduced. |