I have tried this but did not work
// Adjust BuddyPress activity content excerpt length function adjust_bp_activity_excerpt_length($excerpt_length) { // Set your desired excerpt length here $new_excerpt_length = 200; // Change this value as per your requirement return $new_excerpt_length; } add_filter('bp_activity_excerpt_length', 'adjust_bp_activity_excerpt_length');
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘ [Resolved] Buddyblog change activity excerpt length’ is closed to new replies.
This topic is: resolved