apply_filters( 'ep_facetable_post_types', $searchable_post_types ) → {array}
Filter post types that are facetable.
Parameters:
Name | Type | Description |
---|---|---|
$searchable_post_types |
array | Array of searchable post types. |
- Since:
- 4.6.0
- Source:
Returns:
The array of facetable post types.
- Type
- array