WP HOOKS
akcjaod 3.0.0

wpmuadminedit

Args 0Plik wp-admin/network/edit.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires just before the action handler in several Network Admin screens.

This hook fires on multiple screens in the Multisite Network Admin, including Users, Network Settings, and Site Settings.

Wywołanie

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

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