apply_filters( 'findstr_data_to_index', $fields, $post ) → {array}

Filter the data to index

Parameters:
Name Type Description
$fields array

the fields to index

$post WP_Post

the post object

Source:
Returns:

$data the data to index

Type
array