Skip to content

notify_new_friend_post

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

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 )

Hooks

Clone this wiki locally