-
Notifications
You must be signed in to change notification settings - Fork 19
friends_retrieve_friends_error
github-actions[bot] edited this page Mar 20, 2026
·
14 revisions
add_action(
'friends_retrieve_friends_error',
function(
$user_feed,
$error,
$friend_user
) {
// Your code here.
},
10,
3
);$user_feed-
$errorOther variable names:$items $friend_user
do_action( 'friends_retrieve_friends_error', $user_feed, $error, $friend_user )do_action( 'friends_retrieve_friends_error', $user_feed, $items, $friend_user )