Skip to content

notify_about_new_friend_post

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

Auto-generated Example

add_filter(
    'notify_about_new_friend_post',
    function (
        bool $true,
        $friend_user,
        $post_id,
        $user_feed,
        $keyword_match
    ) {
        // Your code here
        return $true;
    },
    10,
    5
);

Parameters

  • bool $true
  • $friend_user
  • $post_id
  • $user_feed
  • $keyword_match

Files

apply_filters( 'notify_about_new_friend_post', true, $friend_user, $post_id, $user_feed, $keyword_match )

Hooks

Clone this wiki locally