bp_nouveau_before_single_activity_content()
Before Single Activity content legacy do_action hooks wrapper
Description
Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_before_single_activity_content() {
/**
* Fires at the begining of the templates BP injected content.
*
* @since BuddyBoss 1.2.2
*/
do_action( 'bp_before_single_activity' );
/**
* Fires before the single activity display content.
*
* @since BuddyBoss 1.2.2
*/
do_action( 'bp_before_single_activity_content' );
}
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.