Skip to content

friends_notify_keyword_match_post

Alex Kirk edited this page Oct 16, 2024 · 1 revision

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 )

Hooks

Clone this wiki locally