WP HOOKS
akcjaod 3.0.0

revoked_super_admin

Args 1Plik wp-includes/capabilities.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires after the user's Super Admin privileges are revoked.

Parametry

ParametrTypOpis
$user_idintID of the user Super Admin privileges were revoked from.

Wywołanie

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

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

Popularne w tej kategorii