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