Recent

crp_recreate_indices_sql filter

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

TypeNameDescription
array$sqlArray of SQL queries.

Usage

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