Skip to content

friends_notify_keyword_match_post

github-actions[bot] edited this page Mar 20, 2026 · 4 revisions

Auto-generated Example

add_filter(
   'friends_notify_keyword_match_post',
    function(
        bool $false,
        $post,
        $keyword_match
    ) {
        // Your code here.
        return $false;
    },
    10,
    3
);

Parameters

  • bool $false
  • $post
  • $keyword_match

Files

apply_filters( 'friends_notify_keyword_match_post', false, $post, $keyword_match )

← All Hooks

Clone this wiki locally