filtrod 3.7.0
allow_minor_auto_core_updates
Opis — z kodu źródłowego
Filters whether to enable minor automatic core updates.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$upgrade_minor | bool | Whether to enable minor automatic core updates. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'allow_minor_auto_core_updates', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'allow_minor_auto_core_updates', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii