bp_nouveau_after_groups_directory_content()
Template tag to wrap all Legacy actions that was used after the groups directory content
Description
Source
File: bp-templates/bp-nouveau/includes/groups/template-tags.php
function bp_nouveau_after_groups_directory_content() {
/**
* Fires and displays the group content.
*
* @since BuddyPress 1.1.0
*/
do_action( 'bp_directory_groups_content' );
/**
* Fires after the display of the groups content.
*
* @since BuddyPress 1.1.0
*/
do_action( 'bp_after_directory_groups_content' );
/**
* Fires after the display of the groups.
*
* @since BuddyPress 1.1.0
*/
do_action( 'bp_after_directory_groups' );
/**
* Fires at the bottom of the groups directory template file.
*
* @since BuddyPress 1.5.0
*/
do_action( 'bp_after_directory_groups_page' );
}
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.