-
Notifications
You must be signed in to change notification settings - Fork 14
friends_create_and_follow
Alex Kirk edited this page Oct 16, 2024
·
2 revisions
add_filter(
'friends_create_and_follow',
function (
$ret,
$user_id
) {
// Your code here
return $ret;
},
10,
2
);
$ret
$user_id
apply_filters( 'friends_create_and_follow', null, $user_id )