Skip to content

notify_new_friend_request

Alex Kirk edited this page Oct 17, 2024 · 9 revisions

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 ) )

Hooks

Clone this wiki locally