-
Notifications
You must be signed in to change notification settings - Fork 19
friends_unread_count
github-actions[bot] edited this page Jun 11, 2026
·
33 revisions
add_filter(
'friends_unread_count',
function( int $int ) {
// Your code here.
return $int;
}
);-
int$int
apply_filters( 'friends_unread_count', 0 )