bp_nouveau_after_single_activity_content()
After Single Activity content legacy do_action hooks wrapper
Description
Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_after_single_activity_content() {
/**
* Fires after the single activity display content.
*
* @since BuddyBoss 1.2.2
*/
do_action( 'bp_after_single_activity_content' );
/**
* Fires after the single activity listing.
*
* @since BuddyBoss 1.2.2
*/
do_action( 'bp_after_single_activity' );
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.2.2 | 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.