Skip to content

friends_create_and_follow

Alex Kirk edited this page Oct 16, 2024 · 2 revisions

Auto-generated Example

add_filter(
    'friends_create_and_follow',
    function (
        $ret,
        $user_id
    ) {
        // Your code here
        return $ret;
    },
    10,
    2
);

Parameters

  • $ret
  • $user_id

Files

apply_filters( 'friends_create_and_follow', null, $user_id )

Hooks

Clone this wiki locally