-
Notifications
You must be signed in to change notification settings - Fork 20
friends_notification_manager_row
github-actions[bot] edited this page Mar 20, 2026
·
12 revisions
add_action(
'friends_notification_manager_row',
function( $friend_user ) {
// Your code here.
}
);$friend_user
do_action( 'friends_notification_manager_row', $friend_user )