apply_filters( 'messages_message_get_recipient_ids', array $recipient_ids, array $recipient_usernames )

Filters the array of recipients IDs.


Description Description


Parameters Parameters

$recipient_ids

Array of recipients IDs that were retrieved based on submitted usernames.

$recipient_usernames

Array of recipients usernames that were submitted by a user.


Top ↑

Source Source

File: bp-messages/classes/class-bp-messages-message.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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