-
Notifications
You must be signed in to change notification settings - Fork 19
notify_new_friend_post
github-actions[bot] edited this page Mar 20, 2026
·
14 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 )