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
| Name | Type | Description |
|---|---|---|
$fields | array | the fields to index |
$post | WP_Post | the post object |
- Source
Returns:
$data the data to index
- Type:
- array