Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,846
- How-to & Troubleshooting
- 129,867
- Creating & Extending
- 25,895
- Requests & Feedback
- 9,546
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,179
-
btw, for who wants to help me, these are the functions I have identified so far:
add_filter(‘bp_get_member_name’, ‘bp_the_site_member_realname’);
add_filter(‘bp_get_displayed_user_fullname’, ‘bp_the_site_member_realname’);
add_filter(‘bp_get_loggedin_user_fullname’, ‘bp_the_site_member_realname’ );