Recent

crp_custom_tables_fulltext_indexes filter Pro only

crp_custom_tables_fulltext_indexes

Filter the custom tables fulltext indexes.

Type: filter
Since: 4.2.0
Source: includes/custom-tables/class-table-manager.php line 744

Parameters

TypeNameDescription
array$indexesArray of fulltext indexes.

Usage

add_filter( 'crp_custom_tables_fulltext_indexes', function($indexes) {
    // ...
    return $indexes;
} );