bp_nouveau_before_activity_directory_content()
Before Activity’s directory content legacy do_action hooks wrapper
Description
Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_before_activity_directory_content() {
/**
* Fires at the begining of the templates BP injected content.
*
* @since BuddyPress 2.3.0
*/
do_action( 'bp_before_directory_activity' );
/**
* Fires before the activity directory display content.
*
* @since BuddyPress 1.2.0
*/
do_action( 'bp_before_directory_activity_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.