-
Notifications
You must be signed in to change notification settings - Fork 14
friends_notification_manager_row
Alex Kirk edited this page Oct 16, 2024
·
10 revisions
add_action(
'friends_notification_manager_row',
function ( $friend_user ) {
// Your code here
}
);
$friend_user
do_action( 'friends_notification_manager_row', $friend_user )