findstr_indexable_field

apply_filters( 'findstr_indexable_field', $field mixed, $key string, $post WP_Post )

  add_filter( 'findstr_indexable_field', $field mixed, $key string, $post WP_Post )

Filter the indexable field.
This filter runs for each field to index based on indexable fields settings.

Parameters

NameTypeDescription
$fieldmixed

the field value

$keystring

the field key

$postWP_Post

the post object

Returns:

$field the field value to index

Type: 
mixed