bp_xprofile_fullname_field_name()
Return the field name for the Full Name xprofile field.
Description Description
Return Return
(string) The field name.
Source Source
File: bp-xprofile/bp-xprofile-functions.php
function bp_xprofile_fullname_field_name() { /** * Filters the field name for the Full Name xprofile field. * * @since 1.5.0 * * @param string $value BP_XPROFILE_FULLNAME_FIELD_NAME Full name field constant. */ return apply_filters( 'bp_xprofile_fullname_field_name', BP_XPROFILE_FULLNAME_FIELD_NAME ); }
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |