This function has been deprecated. BuddyBoss 1.0.0 No longer updating member’s last activity instead.
bp_nouveau_group_description_excerpt( object $group = null, int $length = null )
Output the group description excerpt
Description
Parameters
- $group
-
(Optional) The group being referenced. Defaults to the group currently being iterated on in the groups loop.
Default value: null
- $length
-
(Optional) Length of returned string, including ellipsis. Default: 100.
Default value: null
Return
(string) Excerpt.
Source
File: bp-core/deprecated/buddyboss/1.0.php
function bp_nouveau_group_description_excerpt( $group = null, $length = null ) { _deprecated_function( __FUNCTION__, '1.0.0' ); // echo bp_nouveau_get_group_description_excerpt( $group, $length ); }
Changelog
Version | Description |
---|---|
BuddyPress 3.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.