-
Notifications
You must be signed in to change notification settings - Fork 19
friends_no_comments_feed_available
github-actions[bot] edited this page Jul 28, 2026
·
23 revisions
add_filter(
'friends_no_comments_feed_available',
function(
string $no_comments_yet_,
$post_id,
$friend_user,
$user_feed
) {
// Your code here.
return $no_comments_yet_;
},
10,
4
);-
string$no_comments_yet_ $post_id$friend_user$user_feed
apply_filters( 'friends_no_comments_feed_available', __( 'No comments yet.', 'friends' ), $post_id, $friend_user, $user_feed )