bp_send_private_message_button()

Output the ‘Private Message’ button for member profile headers.


Description Description

Explicitly named function to avoid confusion with public messages.


Source Source

File: bp-messages/bp-messages-template.php

function bp_send_private_message_button() {
	echo bp_get_send_message_button();
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.