crp_recreate_indices_sql
Filter the SQL code to recreate the Fulltext indices.
Type: filter
Since: 3.5.0
Source: includes/admin/class-tools-page.php line 298
Parameters
| Type | Name | Description |
|---|---|---|
array | $sql | Array of SQL queries. |
Usage
add_filter( 'crp_recreate_indices_sql', function($sql) {
// ...
return $sql;
} );