crp_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 756
Parameters
| Type | Name | Description |
|---|---|---|
array |
$indexes |
Array of fulltext indexes. |
Usage
add_filter( 'crp_custom_tables_fulltext_indexes', function($indexes) {
// ...
return $indexes;
} );