-
Notifications
You must be signed in to change notification settings - Fork 14
friends_unread_count
Alex Kirk edited this page Apr 8, 2024
·
13 revisions
add_filter(
'friends_unread_count',
function ( 0 ) {
// Your code here
return 0;
}
);
0
apply_filters( 'friends_unread_count', 0 )