bp_nouveau_after_members_directory_content()
Template tag to wrap all Legacy actions that was used after the members directory content
Source Source
File: bp-templates/bp-nouveau/includes/members/template-tags.php
function bp_nouveau_after_members_directory_content() { /** * Fires and displays the members content. * * @since 1.1.0 */ do_action( 'bp_directory_members_content' ); /** * Fires after the display of the members content. * * @since 1.1.0 */ do_action( 'bp_after_directory_members_content' ); /** * Fires after the display of the members. * * @since 1.1.0 */ do_action( 'bp_after_directory_members' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |