Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,002
- How-to & Troubleshooting
- 129,544
- Creating & Extending
- 25,789
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,790
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,169
-
If you’re familiar with WordPress filters, there’s a filter you can hook into to override the member excerpt – “bp_get_member_latest_update” (located in /plugins/buddypress/bp-core/bp-core-templatetags.php).
If you’re new to WordPress plugin development, check out this codex article:
https://codex.wordpress.org/Plugin_API#Filters