Skip to content

notify_user_about_friend_post

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

Auto-generated Example

add_filter(
    'notify_user_about_friend_post',
    function (
        $notify_user,
        $user,
        $post,
        $author
    ) {
        // Your code here
        return $notify_user;
    },
    10,
    4
);

Parameters

  • $notify_user
  • $user
  • $post
  • $author

Files

apply_filters( 'notify_user_about_friend_post', $notify_user, $user, $post, $author )

Hooks

Clone this wiki locally