Skip to content

friends_no_comments_feed_available

Alex Kirk edited this page Oct 16, 2024 · 2 revisions

Auto-generated Example

add_filter(
    'friends_no_comments_feed_available',
    function (
        string $we_tried_to_load_comments_remotely_but_there_were_no_comments_,
        $post_id,
        $friend_user,
        $user_feed
    ) {
        // Your code here
        return $we_tried_to_load_comments_remotely_but_there_were_no_comments_;
    },
    10,
    4
);

Parameters

  • string $we_tried_to_load_comments_remotely_but_there_were_no_comments_
  • $post_id
  • $friend_user
  • $user_feed

Files

apply_filters( 'friends_no_comments_feed_available', __( 'We tried to load comments remotely but there were no comments.', 'friends' ), $post_id, $friend_user, $user_feed )

Hooks

Clone this wiki locally