filtrod 3.7.0
automatic_updater_disabled
Opis — z kodu źródłowego
Filters whether to entirely disable background updates.
There are more fine-grained filters and controls for selective disabling. This filter parallels the AUTOMATIC_UPDATER_DISABLED constant in name. This also disables update notification emails. That may change in the future.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$disabled | bool | Whether the updater should be disabled. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'automatic_updater_disabled', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'automatic_updater_disabled', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii