notify_new_friend_request - akirk/friends GitHub Wiki

Auto-generated Example

add_action(
   'notify_new_friend_request',
    function( $new_user ) {
        // Your code here.
    }
);

Parameters

  • $new_user

Files

do_action( 'notify_new_friend_request', new User( $user_id ) )

← All Hooks