Recent

better_search_custom_tables_query_cache_attributes filter Pro only

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

TypeNameDescription
array$parsed_argsParsed arguments.

Usage

add_filter( 'better_search_custom_tables_query_cache_attributes', function($parsed_args) {
    // ...
    return $parsed_args;
} );