apply_filters( 'messages_message_get_recipient_ids', array $recipient_ids , array $recipient_usernames )
Filters the array of recipients IDs.
Parameters Parameters
- $recipient_ids
-
(array) Array of recipients IDs that were retrieved based on submitted usernames.
- $recipient_usernames
-
(array) Array of recipients usernames that were submitted by a user.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.8.0 | Introduced. |