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