Skip to content

friends_unread_count

Alex Kirk edited this page Nov 22, 2024 · 13 revisions

Auto-generated Example

add_filter(
    'friends_unread_count',
    function ( int $int ) {
        // Your code here
        return $int;
    }
);

Parameters

  • int $int

Files

apply_filters( 'friends_unread_count', 0 )

Hooks

Clone this wiki locally