Skip to content

notify_user_about_accepted_friend_request

Alex Kirk edited this page Apr 8, 2024 · 12 revisions

Generic Example

add_filter(
    'notify_user_about_accepted_friend_request',
    function ( $user ) {
        // Your code here
        return $user;
    }
);

Parameters

  • $user

Files

Hooks

Clone this wiki locally