filtrod 3.0.0
tables_to_repair
Opis — z kodu źródłowego
Filters additional database tables to repair.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$tables | string[] | Array of prefixed table names to be repaired. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'tables_to_repair', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'tables_to_repair', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii