Skip to content

friends_notification_manager_row

Alex Kirk edited this page Apr 5, 2024 · 9 revisions
add_action(
    'friends_notification_manager_row',
    function ( $friend_user ) {
        // Your code here
    }
);

Parameters

  • $friend_user

Files

Hooks

Clone this wiki locally