bp_xprofile_adjust_author_display_name( $display_name, $user_id )
Change member display_name for author.
Description
Source
File: bp-xprofile/bp-xprofile-filters.php
function bp_xprofile_adjust_author_display_name( $display_name, $user_id ) {
return bp_custom_display_name_format( $display_name, $user_id );
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.