filtrod 4.3.0
wp_should_upgrade_global_tables
Opis — z kodu źródłowego
Filters if upgrade routines should be run on global tables.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$should_upgrade | bool | Whether to run the upgrade routines on global tables. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'wp_should_upgrade_global_tables', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'wp_should_upgrade_global_tables', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii