apply_filters( 'bp_get_messages_username_value', string $value )
Filters the default username for the recipient box.
Description Description
Value passed into filter is dependent on if the ‘bp_messages_send_to’ cookie or ‘r’ $_GET parameter is set.
Parameters Parameters
- $value
-
Default user name.
Source Source
File: bp-messages/bp-messages-template.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |