notify_new_friend_post - akirk/friends GitHub Wiki

Auto-generated Example

add_action(
   'notify_new_friend_post',
    function(
        $post,
        $user_feed,
        $keyword_match
    ) {
        // Your code here.
    },
    10,
    3
);

Parameters

  • $post
  • $user_feed
  • $keyword_match

Files

do_action( 'notify_new_friend_post', $post, $user_feed, $keyword_match )

← All Hooks