Recent

crp_taxonomies_to_indexfilterPro only

crp_taxonomies_to_index

Filters the taxonomies given a functional JSON index in the custom tables.

Type: filter
Since: 4.0.0
Source: includes/pro/custom-tables/class-table-manager.php line 177

Parameters

Type Name Description
string[] $taxonomies_to_index Taxonomy names to index. Default all public taxonomies.

Usage

add_filter( 'crp_taxonomies_to_index', function($taxonomies_to_index) {
    // ...
    return $taxonomies_to_index;
} );