better_search_custom_tables_query_cache_attributes
Filters the parsed attributes used to generate the cache key.
Type: filter
Since: 4.2.0
Source: includes/custom-tables/class-posts-search.php line 730
Parameters
| Type | Name | Description |
|---|---|---|
array | $parsed_args | Parsed arguments. |
Usage
add_filter( 'better_search_custom_tables_query_cache_attributes', function($parsed_args) {
// ...
return $parsed_args;
} );