bp_nouveau_before_members_directory_content()
Template tag to wrap all Legacy actions that was used before the members directory content
Description
Source
File: bp-templates/bp-nouveau/includes/members/template-tags.php
function bp_nouveau_before_members_directory_content() { /** * Fires at the begining of the templates BP injected content. * * @since BuddyPress 2.3.0 */ do_action( 'bp_before_directory_members_page' ); /** * Fires before the display of the members. * * @since BuddyPress 1.1.0 */ do_action( 'bp_before_directory_members' ); /** * Fires before the display of the members content. * * @since BuddyPress 1.1.0 */ do_action( 'bp_before_directory_members_content' ); /** * Fires before the display of the members list tabs. * * @since BuddyPress 1.8.0 */ do_action( 'bp_before_directory_members_tabs' ); }
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.