-
Notifications
You must be signed in to change notification settings - Fork 19
notify_user_about_keyword_post
github-actions[bot] edited this page Mar 20, 2026
·
14 revisions
add_filter(
'notify_user_about_keyword_post',
function(
$notify_user,
$user,
$post,
$keyword
) {
// Your code here.
return $notify_user;
},
10,
4
);$notify_user$user$post$keyword
apply_filters( 'notify_user_about_keyword_post', $notify_user, $user, $post, $keyword )