-
Notifications
You must be signed in to change notification settings - Fork 17
notify_new_friend_post
Alex Kirk edited this page Oct 16, 2024
·
11 revisions
add_action(
'notify_new_friend_post',
function (
$post,
$user_feed,
$keyword_match
) {
// Your code here
},
10,
3
);
$post
$user_feed
$keyword_match
do_action( 'notify_new_friend_post', $post, $user_feed, $keyword_match )