friends_unread_count - akirk/friends GitHub Wiki

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 )

← All Hooks