apply_filters( 'findstr_document_should_be_indexed', $should_index, $post_id ) → {bool}
This filter is used to determine if a document should be indexed.
Parameters:
Name | Type | Description |
---|---|---|
$should_index |
bool | |
$post_id |
int |
- Source:
Returns:
$should_index
- Type
- bool