bp_nouveau_messages_member_interface()
Load the new Messages User Interface
Description
Source
File: bp-templates/bp-nouveau/includes/messages/template-tags.php
function bp_nouveau_messages_member_interface() {
/**
* Fires before the member messages content.
*
* @since BuddyPress 1.2.0
*/
do_action( 'bp_before_member_messages_content' );
// Load the Private messages UI
bp_get_template_part( 'common/js-templates/messages/index' );
/**
* Fires after the member messages content.
*
* @since BuddyPress 1.2.0
*/
do_action( 'bp_after_member_messages_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.