findstr_data_to_index

apply_filters( 'findstr_data_to_index', $fields array, $post WP_Post )

  add_filter( 'findstr_data_to_index', $fields array, $post WP_Post )

Filter the data to index

Parameters

NameTypeDescription
$fieldsarray

the fields to index

$postWP_Post

the post object

Returns:

$data the data to index

Type: 
array