-
Notifications
You must be signed in to change notification settings - Fork 19
friends_message_form_accounts
github-actions[bot] edited this page Jul 28, 2026
·
9 revisions
add_filter(
'friends_message_form_accounts',
function(
array $array,
$selected_friend_user
) {
// Your code here.
return $array;
},
10,
2
);-
array$array -
$selected_friend_userOther variable names:$friend_user
apply_filters( 'friends_message_form_accounts', array(), $selected_friend_user )apply_filters( 'friends_message_form_accounts', array(), $selected_friend_user )apply_filters( 'friends_message_form_accounts', array(), $friend_user )apply_filters( 'friends_message_form_accounts', array(), $args['friend_user'] )apply_filters( 'friends_message_form_accounts', array(), $args['friend_user'] )apply_filters( 'friends_message_form_accounts', array(), $args['friend_user'] )apply_filters( 'friends_message_form_accounts', array(), $friend_user )