This function has been deprecated. Use bp_get_send_public_message_button() instead.
bp_send_public_message_button( array|string $args = '' )
Output button for sending a public message (an @-mention).
Description
See also
- bp_get_send_public_message_button(): for description of parameters.
Parameters
- $args
-
(Optional) See bp_get_send_public_message_button().
Default value: ''
Source
File: bp-core/deprecated/buddyboss/1.0.php
function bp_send_public_message_button( $args = '' ) { _deprecated_function( __FUNCTION__, '1.0.0' ); // echo bp_get_send_public_message_button( $args ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | BuddyBoss 1.0.0 |
BuddyPress 1.2.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.