bp_members_invitations_make_registration_email_input_readonly_if_invite( array $attributes, string $name )
Do not allow the new user to change the email address if they are accepting a community invitation.
Description Description
Parameters Parameters
- $attributes
-
(Required) The field attributes.
- $name
-
(Required) The field name.
Return Return
(array) $attributes The field attributes.
Source Source
File: bp-members/bp-members-filters.php
Changelog Changelog
Version | Description |
---|---|
8.0.0 | Introduced. |