Skip to content

notify_accepted_friend_request

github-actions[bot] edited this page Jul 27, 2025 · 12 revisions

Auto-generated Example

add_action(
   'notify_accepted_friend_request',
    function( $friend_user ) {
        // Your code here.
    }
);

Parameters

  • $friend_user

Files

do_action( 'notify_accepted_friend_request', $friend_user )

← All Hooks

Clone this wiki locally