bp_nouveau_messages_member_interface()

Load the new Messages User Interface

Description

Source

File: bp-templates/bp-nouveau/includes/messages/template-tags.php

46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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

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.