Skip to content

friends_unread_count

Alex Kirk edited this page Apr 8, 2024 · 13 revisions

Generic Example

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

Parameters

  • 0

Files

apply_filters( 'friends_unread_count', 0 )

Hooks

Clone this wiki locally