bsearch_taxonomies_to_index
Filters the taxonomies given a functional JSON index in the custom tables.
Type: filter
Since: 4.2.0
Source: includes/pro/custom-tables/class-table-manager.php line 169
Parameters
| Type | Name | Description |
|---|---|---|
string[] |
$taxonomies_to_index |
Taxonomy names to index. Default all public taxonomies. |
Usage
add_filter( 'bsearch_taxonomies_to_index', function($taxonomies_to_index) {
// ...
return $taxonomies_to_index;
} );