Recent

bsearch_custom_tables_fulltext_indexesfilterPro only

bsearch_custom_tables_fulltext_indexes

Filter the custom tables fulltext indexes.

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

Parameters

Type Name Description
array $indexes Array of fulltext indexes.

Usage

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