bp_activity_excerpt_length, 358
bp_activity_excerpt_length, 358
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_excerpt_length, 358') is found 1 times:
- /bp-activity/bp-activity-functions.php line 3513
* @since 1.5.0 * * @param int Character length for activity excerpts. */ return (int) apply_filters( 'bp_activity_excerpt_length', 358 ); } /** * Create a rich summary of an activity item for the activity stream. * * More than just a simple excerpt, the summary could contain oEmbeds and other types of media.