WP HOOKS
akcjaod 3.8.0

automatic_updates_complete

Args 1Plik wp-admin/includes/class-wp-automatic-updater.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires after all automatic updates have run.

Parametry

ParametrTypOpis
$update_resultsarrayThe results of all attempted updates.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'automatic_updates_complete', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii