-
Notifications
You must be signed in to change notification settings - Fork 17
notify_new_friend_request
Alex Kirk edited this page Oct 17, 2024
·
9 revisions
add_action(
'notify_new_friend_request',
function ( $new_user ) {
// Your code here
}
);
$new_user
do_action( 'notify_new_friend_request', new User( $user_id ) )