Recent

better_search_custom_tables_query_cache_attributesfilterPro 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/pro/custom-tables/class-posts-search.php line 783

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;
} );