akcjaod 3.0.0
wpmuadminedit
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
}
// rejestracja funkcji zwrotnej
add_action( 'wpmuadminedit', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}