-
Notifications
You must be signed in to change notification settings - Fork 19
notify_new_friend_request
github-actions[bot] edited this page Jul 27, 2025
·
11 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 ) )