bp_nouveau_activity_content()
Output the Activity content into the loop.
Source 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 1.2.0 */ do_action( 'bp_activity_entry_content' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |