bp_nouveau_before_groups_directory_content()
Template tag to wrap all Legacy actions that was used before the groups directory content
Source Source
File: bp-templates/bp-nouveau/includes/groups/template-tags.php
function bp_nouveau_before_groups_directory_content() { /** * Fires at the begining of the templates BP injected content. * * @since 2.3.0 */ do_action( 'bp_before_directory_groups_page' ); /** * Fires before the display of the groups. * * @since 1.1.0 */ do_action( 'bp_before_directory_groups' ); /** * Fires before the display of the groups content. * * @since 1.1.0 */ do_action( 'bp_before_directory_groups_content' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |