bp_nouveau_message_search_form()
Output the Member’s messages search form.
Description
Source
File: bp-templates/bp-nouveau/includes/messages/template-tags.php
function bp_nouveau_message_search_form() {
$search_form_html = bp_buffer_template_part( 'common/js-templates/messages/search-form', null, false );
/**
* Filters the private message component search form.
*
* @since BuddyPress 2.2.0
*
* @param string $search_form_html HTML markup for the message search form.
*/
echo apply_filters( 'bp_message_search_form', $search_form_html );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.2.0 Move the function into Template Tags and use a template part. | BuddyPress 3.2.0 Move the function into Template Tags and use a template part. |
| 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.