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

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

View on Trac



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.