bp_nouveau_activity_content()
Output the Activity content into the loop.
Description
Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_activity_content() {
if ( bp_activity_has_content() ) {
bp_activity_content_body();
}
/**
* Fires after the display of an activity entry content.
*
* @since BuddyPress 1.2.0
*/
do_action( 'bp_activity_entry_content' );
}
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.