findstr_post_terms

apply_filters( 'findstr_post_terms', $post_terms array, $taxonomy string, $post WP_Post )

  add_filter( 'findstr_post_terms', $post_terms array, $taxonomy string, $post WP_Post )

Filter the post terms.
This filter runs for each taxonomy to index based on indexable fields settings.

Parameters

NameTypeDescription
$post_termsarray

the terms to index

$taxonomystring

the taxonomy name

$postWP_Post

the post object

Returns:

$post_terms the terms to index

Type: 
array