Recent

crp_recreate_indices_sqlfilter

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 313

Parameters

Type Name Description
array $sql Array of SQL queries.

Usage

add_filter( 'crp_recreate_indices_sql', function($sql) {
    // ...
    return $sql;
} );